mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Document the use of SPECIAL_MARBLE_PREFIX=1
Since we suggest building with our marble branch we need to tell people to use SPECIAL_MARBLE_PREFIX=1 or the build process won't find the correct library. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6da5775c05
commit
e63b642252
1 changed files with 3 additions and 1 deletions
4
INSTALL
4
INSTALL
|
@ -42,6 +42,8 @@ The following options are recognized when passed to qmake:
|
||||||
V=1 Disable the "silent" build mode
|
V=1 Disable the "silent" build mode
|
||||||
LIBDCDEVEL=1 Search for libdivecomputer in ../libdivecomputer
|
LIBDCDEVEL=1 Search for libdivecomputer in ../libdivecomputer
|
||||||
LIBMARBLEDEVEL=path Search for marble library and includes in path
|
LIBMARBLEDEVEL=path Search for marble library and includes in path
|
||||||
|
SPECIAL_MARBLE_PREFIX=1 Use libssrfmarblewidget as library name
|
||||||
|
This is needed when building with our marble branch
|
||||||
LIBGIT2DEVEL=path Search for libgit2 library and includes in path
|
LIBGIT2DEVEL=path Search for libgit2 library and includes in path
|
||||||
INCLUDEPATH+=xxx Add xxx to the include paths to the compiler
|
INCLUDEPATH+=xxx Add xxx to the include paths to the compiler
|
||||||
(pass the actual path, without -I)
|
(pass the actual path, without -I)
|
||||||
|
@ -125,7 +127,7 @@ $ cd subsurface
|
||||||
$ cd git checkout v4.3 # this get's you the last release
|
$ cd git checkout v4.3 # this get's you the last release
|
||||||
# skip this step to build the latest development
|
# skip this step to build the latest development
|
||||||
# version
|
# version
|
||||||
$ qmake # on Fedora you need qmake-qt5
|
$ qmake SPECIAL_MARBLE_PREFIX=1 # on Fedora you need qmake-qt5
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install # [optionally, add: prefix=/usr/local]
|
$ sudo make install # [optionally, add: prefix=/usr/local]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue