diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-10 07:53:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-10 07:53:35 -0700 |
commit | 44e43356e241c102f4edf9e3a42dede8b548177a (patch) | |
tree | beedaa9a83e79ed36f0718d918da81d436a85d96 /INSTALL | |
parent | 6d75d82ab9c7785e5c1927a563df59cfb613f721 (diff) | |
download | subsurface-44e43356e241c102f4edf9e3a42dede8b548177a.tar.gz |
Fix typo in the Mac build instructions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ $ brew link --force sqlite $ mkdir -p ~/src/marble/build $ git clone -b KDE/4.11 git://anongit.kde.org/marble ~/src/marble/sources $ 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 $ make -j4 $ cp *dylib /usr/local/lib/ |