summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-23 08:40:06 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-23 08:41:47 -0800
commit9712999e666bd0040625a6eb924432c265f748bc (patch)
treea04e34cdf37133a0e073d492e8ca7e40c3ed27f0 /INSTALL
parent4c68d4c61607aefabcca7d3b60ab7c715c586f6c (diff)
downloadsubsurface-9712999e666bd0040625a6eb924432c265f748bc.tar.gz
User correct branch name for Marble
Oops, that was the tag, not the branch. Reported-by: Darren Hart <darren@dvhart.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 9ddca7350..be3c5ed01 100644
--- a/INSTALL
+++ b/INSTALL
@@ -98,7 +98,7 @@ $ brew link --force sqlite
4) Install Marble
$ mkdir -p ~/src/marble/build
-$ git clone -b 4.11.2 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
$ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ../sources
- or -
@@ -169,7 +169,7 @@ $ sudo mingw32-make install
To compile Marble, use:
$ mkdir -p ~/src/marble/build
-$ git clone -b v4.11.2 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
$ mingw32-cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE ../sources
- or -