diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-12-29 19:41:18 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-12-29 19:41:18 -0500 |
commit | 5d3a6fe5286eb63fdab17903e3c2b50f6bc4edd7 (patch) | |
tree | ce8bad7ec3d93e0641f8e3c111973c8ccc416a92 /README.md | |
parent | 5c64dade0f49726c690ff5efb66d6338f6d401d8 (diff) |
Updated the compilation requirements to compile the core.
For more informations read the following thread: http://www.trinitycore.org/f/topic/9214-updated-trinitycore-requirements-deprecation-of-old-compilers/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 2feeee58043..6b078c2134d 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ website at [TrinityCore.org](http://www.trinitycore.org). + MySQL ≥ 5.1.0 (included for Windows) + CMake ≥ 2.8.0 + OpenSSL ≥ 1.0.0 -+ GCC ≥ 4.3 (Linux only) -+ MS Visual Studio ≥ 9 (2008) (Windows only) ++ GCC ≥ 4.7.2 (Linux only) ++ MS Visual Studio ≥ 12 (2013) (Windows only) ## Install |