mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix INSTALL file
Not sure what I was thinking there... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
780ef9a912
commit
794eb1af1b
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue