Updated INSTALL instructions after working on the CMake options OPTION_DEBUG, OPTION_TRACE and OPTION_UNLOAD_SSGGRAPH
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4004 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 353c073ad53515c39f620ba3c0c83e7a96950862 Former-commit-id: 5377e52cdb7e5f0b6687a9f8da89fe19a2f380c9
This commit is contained in:
parent
a2260ae933
commit
dde238b44a
1 changed files with 13 additions and 7 deletions
20
INSTALL.txt
20
INSTALL.txt
|
@ -8,10 +8,10 @@ I - Pre-requisites
|
||||||
II - Linux Installation from sources
|
II - Linux Installation from sources
|
||||||
|
|
||||||
1 - Introduction
|
1 - Introduction
|
||||||
2 - Runtime options
|
2 - Installation from the all-in-one tarball
|
||||||
3 - Getting Help
|
3 - Installation from SVN (developer level only !)
|
||||||
4 - Installation from all-in-one tarball
|
4 - Run Speed-Dreams
|
||||||
5 - Installation from SVN
|
5 - Getting Help
|
||||||
|
|
||||||
III - Windows Installation from sources
|
III - Windows Installation from sources
|
||||||
|
|
||||||
|
@ -122,12 +122,18 @@ The Speed Dreams Team.
|
||||||
Usefull CMake variables for Speed Dreams :
|
Usefull CMake variables for Speed Dreams :
|
||||||
|
|
||||||
- OPTION_OFFICIAL_ONLY:BOOL : Build/install only official contents (def: OFF)
|
- OPTION_OFFICIAL_ONLY:BOOL : Build/install only official contents (def: OFF)
|
||||||
- OPTION_DEBUG:STRING : Full run-time traces if ON (def: ON)
|
- OPTION_DEBUG:BOOL : Debug symbols even in Release builds if ON (def: ON)
|
||||||
|
- OPTION_TRACE:BOOL : Full run-time traces if ON (def: ON)
|
||||||
- OPTION_TRACE_LEVEL:STRING : Run-time traces level integer threshold,
|
- OPTION_TRACE_LEVEL:STRING : Run-time traces level integer threshold,
|
||||||
only if OPTION_DEBUG (traces with higher level are
|
only if OPTION_DEBUG (traces with higher level are
|
||||||
not logged ; 0=Fatal, 1=Error, 2=Warning, 3=Info,
|
not logged ; 0=Fatal, 1=Error, 2=Warning, 3=Info,
|
||||||
4=Trace, 5=Debug, ...) (def: 5)
|
4=Trace, 5=Debug, ...) (def: 5)
|
||||||
|
- OPTION_UNLOAD_SSGGRAPH:BOOL : The 'ssggraph' graphics engine module will never be
|
||||||
|
unloaded if OFF (def: ON)
|
||||||
|
Usefull under some Linux configurations where this
|
||||||
|
unloading badly crashes XOrg, or simply makes SD crash
|
||||||
|
because PLib is shipped as a set of shared libraries.
|
||||||
|
|
||||||
- SD_LOCALDIR:STRING : User settings dir for run-time (def: ~/.speed-dreams-2)
|
- SD_LOCALDIR:STRING : User settings dir for run-time (def: ~/.speed-dreams-2)
|
||||||
- CMAKE_PREFIX_PATH:STRING : Path prefixes for additional 3rdParty libraries (def:empty)
|
- CMAKE_PREFIX_PATH:STRING : Path prefixes for additional 3rdParty libraries (def:empty)
|
||||||
(use /usr/local if you compiled some 3rdParty libs yourself).
|
(use /usr/local if you compiled some 3rdParty libs yourself).
|
||||||
|
@ -191,7 +197,7 @@ Runtime options
|
||||||
|
|
||||||
-m Use hardware mouse cursor (better on full-screen mode)
|
-m Use hardware mouse cursor (better on full-screen mode)
|
||||||
|
|
||||||
7 - Getting Help
|
5 - Getting Help
|
||||||
|
|
||||||
During the game, press F1 at any time.
|
During the game, press F1 at any time.
|
||||||
If you are stuck please report problems through speed-dreams-users mailing list
|
If you are stuck please report problems through speed-dreams-users mailing list
|
||||||
|
|
Loading…
Reference in a new issue