Skip to content

Commit abe1eb3

Browse files
Renzo TomaDavid Gräff
authored andcommitted
updated osx build instructions
#184
1 parent cb11dd7 commit abe1eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ and replug your device, otherwise you will not have the correct permissions to a
2424
### [Apple MacOSX](#apple)
2525
We recommend homebrew to install the required libraries.
2626
> brew update <br>
27-
> brew install libusb fftw qt5;
27+
> brew install libusb fftw qt5 cmake;
2828
2929
After you've installed the requirements run the following commands inside the directory of this package:
3030
> mkdir build <br>
3131
> cd build <br>
32-
> cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.7.0 <br>
32+
> cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.10.1 <br>
3333
> make -j2
3434
3535
Please adjust the path to Qt5. You can find the path with the command:

0 commit comments

Comments
 (0)