osx build instructions

This commit is contained in:
Matthew Hodgson 2017-05-01 17:24:41 +01:00
parent 9a598536ea
commit fc5a40e18c

View File

@ -42,6 +42,9 @@ $ brew update
$ brew install qt5 $ 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 ### Building
```bash ```bash