diff options
author | Nay <dnpd.dd@gmail.com> | 2012-06-01 15:18:33 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-06-01 15:18:33 +0100 |
commit | 980e0f73e8c132160deaf3d0324f72c8012a3692 (patch) | |
tree | 974377b639d2c1369622974ed4ce64e145a59662 /doc/UnixInstall.txt | |
parent | 2b3b8f6dde22c645d4288a8402feabb2bde825f7 (diff) |
Misc/Docs: Some updates to UnixInstall.txt and remove EventAI.txt
We really don't want people to use EAI.
Diffstat (limited to 'doc/UnixInstall.txt')
-rw-r--r-- | doc/UnixInstall.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt index 71ee4282a7c..6f3e55cdac6 100644 --- a/doc/UnixInstall.txt +++ b/doc/UnixInstall.txt @@ -6,7 +6,10 @@ WARNING: THIS DOCUMENTATION IS NOT ALWAYS UP TO DATE. FOR MORE UP-TO-DATE INFORMATION, CHECK THE TRINITY WIKI. ========================================================= -CHECK http://www.trinitycore.org/w/How-to:Linux FOR FURTHER HELP +CHECK http://www.trinitycore.info/How-to:Linux FOR FURTHER HELP + +These are instructions for installation in a Linux environment, if you are +using Windows refer to http://www.trinitycore.info/How-to:Win Installing TrinityCore is fairly simple on a Linux machine, assuming you have all required applications @@ -14,11 +17,11 @@ have all required applications The most important ones are: g++ - gcc + gcc version 4.3.x or greater make cmake version 2.6.x or greater libmysql++-dev - mercurial (for checking out the core and database) + git (for checking out the core and database) openssl libssl-dev zlib1g-dev @@ -51,12 +54,9 @@ flags like 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 - PREFIX Set installation directory - CONF_DIR Set configuration directory - LIBSDIR Set library directory + CMAKE_INSTALL_PREFIX Set installation directory CMAKE_C_FLAGS Set C_FLAGS for compile (advanced users only) CMAKE_CXX_FLAGS Set CXX_FLAGS for compile (advanced users only) |