From 85f4787208305c1d97d80ab8613723396305de4f Mon Sep 17 00:00:00 2001 From: saogalde Date: Sun, 20 Nov 2016 09:59:32 -0300 Subject: [PATCH] Update readme.rd info for OSX in cmake --- readme.md | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/readme.md b/readme.md index 538feb9..1dcdadc 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,11 @@ After you've installed the requirements either run **cmake-gui** or run the foll > make -j4 (for 4 concurrent compile jobs)
> make install (optional, for installing only) +For MacOSX, the cmake command in the previous command list must include the directory where Qt5 is installed. Qt5 is installed in a directory with the same name of its version: +> brew info qt5 +For example, if brew showed 5.7.0, the cmake command should be: +> cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.7.0 + You can specify an install prefix when running cmake: > cmake -DCMAKE_INSTALL_PREFIX=/usr -- libgit2 0.21.4