summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-16 11:56:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-16 11:56:39 -0800
commit01fee39da056f88a13f7579e474a8fdaeb20c820 (patch)
tree2d602c872251fa21aa4089e99db2035bdd6498d4 /INSTALL
parentbbc7f1b72b0f49846e15cc24276b660bf594cef3 (diff)
downloadsubsurface-01fee39da056f88a13f7579e474a8fdaeb20c820.tar.gz
Small tweaks to the INSTALL file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 984d619da..015cba0ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -136,7 +136,8 @@ $ cd subsurface
$ cd git checkout v4.3 # this get's you the last release
# skip this step to build the latest development
# version
-$ qmake SPECIAL_MARBLE_PREFIX=1 # on Fedora/OpenSUSE you need qmake-qt5
+$ qmake MARBLE_SUBSURFACE_BRANCH=1 SPECIAL_MARBLE_PREFIX=1
+# on Fedora/OpenSUSE you need qmake-qt5
$ make
$ sudo make install # [optionally, add: prefix=/usr/local]
@@ -323,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 SPECIAL_MARBLE_PREFIX=1 # on Fedora/OpenSUSE you need qmake-qt5
+$ packagin/windows/mingw-make.sh Qt5 MARBLE_SUBSURFACE_BRANCH=1 SPECIAL_MARBLE_PREFIX=1
$ packaging/windows/mingw-make.sh install
$ packaging/windows/mingw-make.sh installer