mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Small adjustment to the Mac build instructions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
762f33bd13
commit
ac2c15e8cf
1 changed files with 2 additions and 1 deletions
3
INSTALL
3
INSTALL
|
@ -202,10 +202,11 @@ $ git clone -b Subsurface-4.3 git://subsurface-divelog.org/marble marble-source
|
||||||
$ cd marble-source
|
$ cd marble-source
|
||||||
$ mkdir marble-build
|
$ mkdir marble-build
|
||||||
$ cd 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
|
-DQT5BUILD=ON -DCMAKE_INSTALL_PREFIX=/usr/local ../../marble-source
|
||||||
$ cd src/lib/marble
|
$ cd src/lib/marble
|
||||||
$ make -j4
|
$ make -j4
|
||||||
|
$ make install
|
||||||
|
|
||||||
5) Install Libdivecomputer
|
5) Install Libdivecomputer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue