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>
This commit is contained in:
Henrik Brautaset Aronsen 2013-10-06 23:21:45 +02:00 committed by Dirk Hohndel
parent 09bf866a7e
commit b18cd1a2a7

3
README
View file

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