mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Docs: Update UnixInstall with the current list of CMake parameters
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user