diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-10-06 23:21:45 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-06 14:58:45 -0700 |
commit | b18cd1a2a7983587b9db5e8c9340c6de38706f8e (patch) | |
tree | 5963554189138294ac4b73b04d7b7467fda2bdf6 /README | |
parent | 09bf866a7e63ea625c7d511b14729c0eb85cc998 (diff) | |
download | subsurface-b18cd1a2a7983587b9db5e8c9340c6de38706f8e.tar.gz |
Amend OSX homebrew instructions: we're on master now
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -65,7 +65,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/sources +$ cd ~/src/marble/build $ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ~/src/marble/sources $ make $ sudo make install @@ -91,7 +91,6 @@ $ sudo make install $ cd ~/src $ git clone git://subsurface.hohndel.org/subsurface.git $ cd subsurface -$ git checkout -t hohndel/glib-removal-hack $ make |