mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix typo in the Mac build instructions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6d75d82ab9
commit
44e43356e2
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -52,7 +52,7 @@ $ brew link --force sqlite
|
||||||
$ mkdir -p ~/src/marble/build
|
$ mkdir -p ~/src/marble/build
|
||||||
$ git clone -b KDE/4.11 git://anongit.kde.org/marble ~/src/marble/sources
|
$ git clone -b KDE/4.11 git://anongit.kde.org/marble ~/src/marble/sources
|
||||||
$ cd ~/src/marble/build
|
$ cd ~/src/marble/build
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ..
|
$ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ../sources
|
||||||
$ cd src/lib
|
$ cd src/lib
|
||||||
$ make -j4
|
$ make -j4
|
||||||
$ cp *dylib /usr/local/lib/
|
$ cp *dylib /usr/local/lib/
|
||||||
|
|
Loading…
Reference in a new issue