diff options
| author | Aokromes <jipr@hotmail.com> | 2013-06-03 10:33:34 +0300 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2013-06-03 10:33:34 +0300 |
| commit | 4ffdaa011d3b9d732733297a57647b74375901c0 (patch) | |
| tree | 22442f7ab367a5a00c9f9776c66fbc1580ef854e | |
| parent | ce914361401548e4ac8adf67cfaeb05059b9ad5e (diff) | |
Update README
| -rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -41,16 +41,20 @@ project website at http://www.TrinityCore.org Documentation including installation instructions can be found inside the doc directory. -SQL files to create the database can be found in the sql directory. Files -to update your database from an older revision/version can be found in the -sql/updates directory. +SQL files to create the database can be found in the sql/create and sql/base directory. +You need to download world database from http://www.trinitycore.org/f/files/ be sure you get the higher numbered database. +When installing a core the 1st time you need to import also the files at sql/updates/world directory. +To save time importing multiple files, you can use copy *.sql world_updates.sql under Windows or cat *.sql > world_updates under Linux. +You need to update your core (recompile and overwrite binaries) when updating your database, usually you can't use one older core with a newer database or a newer core with a older database. +When updating your core you also need to import the files at sql/updates/auth and sql/updates/characters along with sql/updates/world files. +You can't merge all the sql files on sql/updates into a single file, because they belong to 3 different databases and they don't use database name. TrinityCore Requirements Platform: Linux, Windows or Mac Processor with SSE2 support ACE ≥ 5.8.3 MySQL ≥ 5.1.0 -CMake ≥ 2.8.0 +CMake ≥ 2.8.0 (max 2.8.9 under linux) OpenSSL ≥ 0.9.8o GCC ≥ 4.3 (Linux only) MS Visual Studio ≥ 9 (2008) (Windows only) |
