From fc5a40e18c5948216f4cc80f607ff21d04a152a3 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 1 May 2017 17:24:41 +0100 Subject: [PATCH] osx build instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ddf784f..82ffb483 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ $ brew update $ brew install qt5 ``` +N.B. you will need to pass `-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.8.0_2` +to cmake to point it at your qt5 install (tweaking the path as needed) + ### Building ```bash