Fix typo in the Mac build instructions

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-10 07:53:35 -07:00
parent 6d75d82ab9
commit 44e43356e2

View file

@ -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/