Commit abe1eb30263f3eee18282ed441dc640984eb7863

Authored by Renzo Toma
Committed by David Gräff
1 parent cb11dd71

updated osx build instructions

https://github.com/OpenHantek/openhantek/issues/184
Showing 1 changed file with 2 additions and 2 deletions
docs/build.md
... ... @@ -24,12 +24,12 @@ and replug your device, otherwise you will not have the correct permissions to a
24 24 ### [Apple MacOSX](#apple)
25 25 We recommend homebrew to install the required libraries.
26 26 > brew update <br>
27   -> brew install libusb fftw qt5;
  27 +> brew install libusb fftw qt5 cmake;
28 28  
29 29 After you've installed the requirements run the following commands inside the directory of this package:
30 30 > mkdir build <br>
31 31 > 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>
33 33 > make -j2
34 34  
35 35 Please adjust the path to Qt5. You can find the path with the command:
... ...