diff options
author | click <none@none> | 2010-09-01 01:07:20 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-01 01:07:20 +0200 |
commit | 64d77369fc647f30014fbb486ba3443e31c7f067 (patch) | |
tree | db6011733d58d41009cf530b7cb49d2f7694db8d | |
parent | 4e067dd313618037d07147e500f3defe24960f8d (diff) |
Docs: Update UnixInstall with the current list of CMake parameters
--HG--
branch : trunk
-rw-r--r-- | doc/UnixInstall.txt | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt index b824ea44566..397a5350116 100644 --- a/doc/UnixInstall.txt +++ b/doc/UnixInstall.txt @@ -46,14 +46,20 @@ than where to install using flags built into our cmake files. Just open up CMakeLists.txt in the main folder and take a look at some of the flags like - SCRIPTS --enable or disable trinity script (enabled or disabled by a 1 or 0, enabled by default) - DEBUG --enable debugging (enabled or disabled by a 1 or 0) - CLI --enable command line support (enabled or disabled by a 1 or 0, enabled by default) - PREFIX --prefix directory for install (see example for use) - CONF_DIR --location for your trinity config files - CMAKE_C_FLAGS --advanced users only - CMAKE_CXX_FLAGS --advanced users only - + SERVERS Build worldserver and authserver + SCRIPTS Build core with scripts included + TOOLS Build map/vmap extraction/assembler tools + USE_SCRIPTPCH Use precompiled headers when compiling scripts + USE_COREPCH Use precompiled headers when compiling servers + USE_SFMT Use SFMT as random numbergenerator + WITH_WARNINGS Show all warnings during compile + WITH_COREDEBUG Include additional debug-code in core + WITH_SQL Copy SQL files during installation + PREFIX Set installation directory + CONF_DIR Set configuration directory + LIBSDIR Set library directory + CMAKE_C_FLAGS Set C_FLAGS for compile (advanced users only) + CMAKE_CXX_FLAGS Set CXX_FLAGS for compile (advanced users only) Of course, replace the paths in prefix, conf_dir with the directories you wish to install TrinityCore to. The datadir is where maps, DBCs, and |