aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-11-20 23:16:43 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-11-20 23:16:43 +0100
commit50afa7c7a5ea3723e5dccd155774a206b490acce (patch)
treefb9a3b7f5e46250f82ca88c10b99965100d7c4a5
parentb5c12bd36f6d2e99ba4a94a1ba00de951a365f06 (diff)
Update UnixInstall.txt
-rw-r--r--doc/UnixInstall.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt
index 7c27e431495..968d6778acf 100644
--- a/doc/UnixInstall.txt
+++ b/doc/UnixInstall.txt
@@ -34,21 +34,21 @@ 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
- 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
- WITH_WARNINGS Show all warnings during compile
- WITH_COREDEBUG Include additional debug-code in core
- PREFIX Set installation directory
- NOJEM Do not build with jemalloc (advanced users only)
- CONF_DIR Set path as default configuration directory
- LIBSDIR Set path as default library directory
- CMAKE_C_FLAGS Set C_FLAGS for compile (advanced users only)
- CMAKE_CXX_FLAGS Set CXX_FLAGS for compile (advanced users only)
- CMAKE_BUILD_TYPE Set buildtype - the supported modes are :
- Release, MinSizeRel, RelWithDebInfo, Debug
+ 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
+ WITH_WARNINGS Show all warnings during compile
+ WITH_COREDEBUG Include additional debug-code in core
+ CMAKE_INSTALL_PREFIX Set installation directory
+ NOJEM Do not build with jemalloc (advanced users only)
+ CONF_DIR Set path as default configuration directory
+ LIBSDIR Set path as default library directory
+ CMAKE_C_FLAGS Set C_FLAGS for compile (advanced users only)
+ CMAKE_CXX_FLAGS Set CXX_FLAGS for compile (advanced users only)
+ CMAKE_BUILD_TYPE Set buildtype - the supported modes are :
+ Release, MinSizeRel, RelWithDebInfo, Debug
Of course, replace the paths in PREFIX, CONF_DIR and LIBSDIR with the
directories you wish to install TrinityCore to. The datadir is where maps,