Small adjustment to the Mac build instructions

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-10 16:58:08 -08:00
parent 762f33bd13
commit ac2c15e8cf

View file

@ -202,10 +202,11 @@ $ git clone -b Subsurface-4.3 git://subsurface-divelog.org/marble marble-source
$ cd marble-source
$ mkdir marble-build
$ cd marble-build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DWITH_PHONON=OFF \
$ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE \
-DQT5BUILD=ON -DCMAKE_INSTALL_PREFIX=/usr/local ../../marble-source
$ cd src/lib/marble
$ make -j4
$ make install
5) Install Libdivecomputer