diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-10-19 13:36:44 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:28:41 +0100 |
commit | 8564270449777615852a3322ad2d738423a5295a (patch) | |
tree | 38a8e4aad685e855dd4c0137ff6b0be3566dd1f7 | |
parent | 4fddbe3fcfc23862a042fe4b12f701fdf198416e (diff) |
Update UnixInstall.txt
(cherry picked from commit 183b89dcc31e38f23645a008a8c8e6ac4e4aa9f6)
-rw-r--r-- | doc/UnixInstall.txt | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt index 171b30873e6..effe5d76f92 100644 --- a/doc/UnixInstall.txt +++ b/doc/UnixInstall.txt @@ -14,23 +14,8 @@ 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 -The most important ones are: +http://collab.kpsn.org/display/tc/Requirements - g++ - gcc version 4.3.x or greater - make - cmake version 2.6.x or greater - libmysql++-dev - git (for checking out the core and database) - openssl - libssl-dev - zlib1g-dev - libtool - libmysqlclient15-dev - patch - build-essential - mysql-client - Most of these are included on common Linux distros, others you may have to install by your self. Please check your distro's repos. |