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:
Dirk Hohndel 2014-12-15 12:11:14 -08:00
parent 6da5775c05
commit e63b642252

View file

@ -42,6 +42,8 @@ The following options are recognized when passed to qmake:
V=1 Disable the "silent" build mode
LIBDCDEVEL=1 Search for libdivecomputer in ../libdivecomputer
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
INCLUDEPATH+=xxx Add xxx to the include paths to the compiler
(pass the actual path, without -I)
@ -125,7 +127,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 # on Fedora you need qmake-qt5
$ qmake SPECIAL_MARBLE_PREFIX=1 # on Fedora you need qmake-qt5
$ make
$ sudo make install # [optionally, add: prefix=/usr/local]