summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-16 20:05:27 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-16 20:05:27 -0800
commit794eb1af1b118d4f3fa8706252ef7dcd9ef2f404 (patch)
tree070ce7ec776b1d266823bebc6ad79796e89f2efa /INSTALL
parent780ef9a912f6c38ee5e3fe63cdbdc9a3764b7a2b (diff)
downloadsubsurface-794eb1af1b118d4f3fa8706252ef7dcd9ef2f404.tar.gz
Fix INSTALL file
Not sure what I was thinking there... 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 015cba0ab..a39ba7553 100644
--- a/INSTALL
+++ b/INSTALL
@@ -136,7 +136,7 @@ $ cd subsurface
$ cd git checkout v4.3 # this get's you the last release
# skip this step to build the latest development
# version
-$ qmake MARBLE_SUBSURFACE_BRANCH=1 SPECIAL_MARBLE_PREFIX=1
+$ qmake SPECIAL_MARBLE_PREFIX=1
# on Fedora/OpenSUSE you need qmake-qt5
$ make
$ sudo make install # [optionally, add: prefix=/usr/local]
@@ -324,7 +324,7 @@ $ cd subsurface
$ cd git checkout v4.3 # this get's you the last release
# skip this step to build the latest development
# version
-$ packagin/windows/mingw-make.sh Qt5 MARBLE_SUBSURFACE_BRANCH=1 SPECIAL_MARBLE_PREFIX=1
+$ packagin/windows/mingw-make.sh Qt5 SPECIAL_MARBLE_PREFIX=1
$ packaging/windows/mingw-make.sh install
$ packaging/windows/mingw-make.sh installer