[33] | 1 | = Trinity Core -- General information = |
---|
[2] | 2 | |
---|
[33] | 3 | Copyright (C) Trinity Core (http://www.trinitycore.org) |
---|
[2] | 4 | |
---|
[33] | 5 | Trinity Core is free software; you can redistribute it and/or modify |
---|
[2] | 6 | it under the terms of the GNU General Public License as published by |
---|
| 7 | the Free Software Foundation; either version 2 of the License, or |
---|
| 8 | (at your option) any later version. |
---|
| 9 | |
---|
| 10 | This program is distributed in the hope that it will be useful, |
---|
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 13 | GNU General Public License for more details. |
---|
| 14 | |
---|
| 15 | You should have received a copy of the GNU General Public License |
---|
| 16 | along with this program; if not, write to the Free Software |
---|
| 17 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
| 18 | |
---|
[33] | 19 | In addition, as a special exception, the Trinity Core project |
---|
| 20 | gives permission to link the code of its release of Trinity Core with |
---|
| 21 | the OpenSSL project's "OpenSSL" library (or with modified versions of |
---|
| 22 | it that use the same license as the "OpenSSL" library), and distribute |
---|
[2] | 23 | the linked executables. You must obey the GNU General Public License |
---|
| 24 | in all respects for all of the code used other than "OpenSSL". If you |
---|
| 25 | modify this file, you may extend this exception to your version of the |
---|
| 26 | file, but you are not obligated to do so. If you do not wish to do |
---|
| 27 | so, delete this exception statement from your version. |
---|
| 28 | |
---|
[33] | 29 | Trinity Core is a World of Warcraft game server emulator. It is derived |
---|
| 30 | from MaNGOS, the Massive Network Game Object Server, and is based on the |
---|
| 31 | code of that project. |
---|
[2] | 32 | |
---|
[33] | 33 | For further information on the Trinity Core project, please visit our |
---|
| 34 | project website at http://www.trinitycore.org. |
---|
[2] | 35 | |
---|
[33] | 36 | API documentation can be obtained by running the "make doc" command inside |
---|
| 37 | the doc directory. |
---|
[2] | 38 | |
---|
[33] | 39 | SQL files to create the database can be found in the sql directory. Files |
---|
| 40 | to update your database from an older revision/version can be found in the |
---|
| 41 | sql/updates directory. |
---|
[2] | 42 | |
---|
[33] | 43 | See the INSTALL file for installation instructions under Linux. |
---|
[2] | 44 | |
---|
[33] | 45 | If you are using the SVN (unstable) version of Trinity Core, run this |
---|
| 46 | command prior to building: |
---|
[2] | 47 | |
---|
[33] | 48 | autoreconf --install --force |
---|
[2] | 49 | |
---|
[33] | 50 | You can then continue to build the source. |
---|