diff options
author | silinoron <none@none> | 2010-08-16 17:38:25 -0700 |
---|---|---|
committer | silinoron <none@none> | 2010-08-16 17:38:25 -0700 |
commit | a32c30d76f6a13effa62ca0d9a117065d65c43a2 (patch) | |
tree | 02c5d9d6314c664127e646b6a078834230179869 /doc/UnixInstall.txt | |
parent | c8d9448887d3acda7e833937501466ef416756b3 (diff) |
Some minor updates to documentation, particularly script documentation.
--HG--
branch : trunk
Diffstat (limited to 'doc/UnixInstall.txt')
-rw-r--r-- | doc/UnixInstall.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt index 45431f679e4..b824ea44566 100644 --- a/doc/UnixInstall.txt +++ b/doc/UnixInstall.txt @@ -1,6 +1,11 @@ = TrinityCore -- Linux installation = Copyright (C) 2008-2010 TrinityCore (http://www.trinitycore.org) +========================================================= +WARNING: THIS DOCUMENTATION IS NOT ALWAYS UP TO DATE. +FOR MORE UP-TO-DATE INFORMATION, CHECK THE TRINITY WIKI. +========================================================= + CHECK http://www.trinitycore.info/w/Linux_Build_HOWTO FOR FURTHER HELP Installing TrinityCore is fairly simple on a Linux machine, assuming you @@ -13,8 +18,7 @@ The most important ones are: make cmake version 2.6.x or greater libmysql++-dev - subversion (for checking out Trinity Database) - mercurial (for checking out the core) + mercurial (for checking out the core and database) openssl libssl-dev zlib1g-dev |