mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Minor tweaks to INSTALL file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e87fba995b
commit
a9b7b411dc
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
@ -18,7 +18,7 @@ here as well.
|
|||
Build options for Subsurface
|
||||
----------------------------
|
||||
|
||||
The following options are recognised when passed to qmake:
|
||||
The following options are recognized when passed to qmake:
|
||||
|
||||
-config debug Create a debug build
|
||||
-config release Create a release build
|
||||
|
@ -28,7 +28,7 @@ The following options are recognised when passed to qmake:
|
|||
INCLUDEPATH+=xxx Add xxx to the include paths to the compiler
|
||||
(pass the actual path, without -I)
|
||||
LIBS+=xxx Add xxx to the linker flags. -l and -L options are
|
||||
recognised.
|
||||
recognized.
|
||||
|
||||
The INCLUDEPATH and LIBS options are useful to tell the buildsystem
|
||||
about non-standard installation paths for the dependencies (such as
|
||||
|
|
Loading…
Reference in a new issue