aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <none@none>2010-09-27 17:25:54 +0200
committerclick <none@none>2010-09-27 17:25:54 +0200
commite20c7f0e4dcff07260392220c47f9bd048e0262d (patch)
tree12d731177debfd0a668a1253124ce265afd78960
parent8c9501286ff6b35be9c51fc4903f3dbd5e9a4c41 (diff)
Doc/UnixInstall.txt - update with current "up to date" recognized parameters.
--HG-- branch : trunk
-rw-r--r--doc/UnixInstall.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt
index 397a5350116..db7463976ee 100644
--- a/doc/UnixInstall.txt
+++ b/doc/UnixInstall.txt
@@ -54,6 +54,7 @@ flags like
USE_SFMT Use SFMT as random numbergenerator
WITH_WARNINGS Show all warnings during compile
WITH_COREDEBUG Include additional debug-code in core
+ WITH_SQLDEBUG Output SQL-queries to dedicated logfile
WITH_SQL Copy SQL files during installation
PREFIX Set installation directory
CONF_DIR Set configuration directory
@@ -61,6 +62,9 @@ flags like
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 with the directories
you wish to install TrinityCore to. The datadir is where maps, DBCs, and
SQLs are stored. The sysconfdir is where configuration files are stored.