diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-20 23:16:43 +0100 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2015-11-23 10:11:55 +0100 |
commit | e2bd9c47cc961a05a66ce27d24eea6b6919d7a1d (patch) | |
tree | f540e3f3db29d448f7d798683254bf3735608f4a /doc | |
parent | 7e056e25c741ae1b80a2b4961d30870ff2902d92 (diff) |
Update UnixInstall.txt
(cherry picked from commit 50afa7c7a5ea3723e5dccd155774a206b490acce)
Conflicts:
doc/UnixInstall.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/UnixInstall.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt index effe5d76f92..af20660a900 100644 --- a/doc/UnixInstall.txt +++ b/doc/UnixInstall.txt @@ -35,20 +35,20 @@ up CMakeLists.txt in the main folder and take a look at some of the flags like SERVERS Build worldserver and bnetserver - 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 + 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, |