aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README51
1 files changed, 22 insertions, 29 deletions
diff --git a/README b/README
index 1e50c0337e0..6472f18abd8 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-= MaNGOS -- README =
+= Trinity Core -- General information =
-Copyright (C) 2005-2008 MaNGOS project <http://www.mangosproject.org/>
+Copyright (C) Trinity Core (http://www.trinitycore.org)
- MaNGOS is free software; you can redistribute it and/or modify
+ Trinity Core is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@@ -16,42 +16,35 @@ Copyright (C) 2005-2008 MaNGOS project <http://www.mangosproject.org/>
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- In addition, as a special exception, the MaNGOS project
- gives permission to link the code of its release of MaNGOS with the
- OpenSSL project's "OpenSSL" library (or with modified versions of it
- that use the same license as the "OpenSSL" library), and distribute
+ In addition, as a special exception, the Trinity Core project
+ gives permission to link the code of its release of Trinity Core with
+ the OpenSSL project's "OpenSSL" library (or with modified versions of
+ it that use the same license as the "OpenSSL" library), and distribute
the linked executables. You must obey the GNU General Public License
in all respects for all of the code used other than "OpenSSL". If you
modify this file, you may extend this exception to your version of the
file, but you are not obligated to do so. If you do not wish to do
so, delete this exception statement from your version.
-Comments are welcome.
+Trinity Core is a World of Warcraft game server emulator. It is derived
+from MaNGOS, the Massive Network Game Object Server, and is based on the
+code of that project.
- - theluda <theluda@googlemail.com>
+For further information on the Trinity Core project, please visit our
+project website at http://www.trinitycore.org.
-== Welcome to MaNGOS ==
+API documentation can be obtained by running the "make doc" command inside
+the doc directory.
-MaNGOS (the Massive Network Game Object Server) is an Open Source reference
-implementation for a MMORPG server system. Please see the file COPYING for
-license details.
+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.
-For further information on the MaNGOS project, please visit our project web
-site at <http://www.mangosproject.org/>
+See the INSTALL file for installation instructions under Linux.
-Documenation on various development related topics can be found in the doc/
-subdirectory, including Doxygen-generated API documentation.
+If you are using the SVN (unstable) version of Trinity Core, run this
+command prior to building:
-The required SQL files for creating the database backend are included in the
-sql/ subdirectory. In case you are upgrading from an older MaNGOS release,
-make sure you as well take a look at the SQL files in the sql/updates/ sub-
-directory.
+autoreconf --install --force
-In order to build and install MaNGOS under Linux, follow the instructions
-described in the INSTALL file.
-
-In case you have checked out MaNGOS from the SubVersion repository, please run
-
-$ autoreconf --install --force
-
-prior to building, as you may otherwise not be able to run a build.
+You can then continue to build the source. \ No newline at end of file