From abe1eb30263f3eee18282ed441dc640984eb7863 Mon Sep 17 00:00:00 2001 From: Renzo Toma Date: Mon, 19 Feb 2018 16:25:08 +0100 Subject: [PATCH] updated osx build instructions --- docs/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index f2c7976..e99a31f 100644 --- a/docs/build.md +++ b/docs/build.md @@ -24,12 +24,12 @@ and replug your device, otherwise you will not have the correct permissions to a ### [Apple MacOSX](#apple) We recommend homebrew to install the required libraries. > brew update
-> brew install libusb fftw qt5; +> brew install libusb fftw qt5 cmake; After you've installed the requirements run the following commands inside the directory of this package: > mkdir build
> cd build
-> cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.7.0
+> cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.10.1
> make -j2 Please adjust the path to Qt5. You can find the path with the command: -- libgit2 0.21.4