diff options
Diffstat (limited to 'doc/UnixInstall.txt')
-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 |