summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2013-10-06 23:21:45 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 14:58:45 -0700
commitb18cd1a2a7983587b9db5e8c9340c6de38706f8e (patch)
tree5963554189138294ac4b73b04d7b7467fda2bdf6 /README
parent09bf866a7e63ea625c7d511b14729c0eb85cc998 (diff)
downloadsubsurface-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--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index ddf445466..1b9f08d8b 100644
--- a/README
+++ b/README
@@ -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