From 4faa505fa44836ed604534cb427d553fd7e8d9e9 Mon Sep 17 00:00:00 2001 From: Starbix Date: Mon, 17 Oct 2016 21:38:40 +0200 Subject: [PATCH] Update CompileHowto (#275) --- CompileHowto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.md b/CompileHowto.md index 571ff6a9..8895d57e 100644 --- a/CompileHowto.md +++ b/CompileHowto.md @@ -78,7 +78,7 @@ brew install doxygen After which you can run cmake with the correct qt5 path: ``` -cmake -DENABLE_V4L2=OFF -DENABLE_OSX=ON -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.1-1 .. +cmake -DENABLE_V4L2=OFF -DENABLE_OSX=ON -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.7.0 .. ``` # Run make to build Hyperion