Doc/UnixInstall.txt - update with current "up to date" recognized parameters.

--HG--
branch : trunk
This commit is contained in:
click
2010-09-27 17:25:54 +02:00
parent 8c9501286f
commit e20c7f0e4d

View File

@@ -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.