Changeset 33 for trunk/README

Show
Ignore:
Timestamp:
11/19/08 13:25:33 (17 years ago)
Author:
yumileroy
Message:

[svn] * Changing text in various files to make it more Trinity Core-like, as well as fixing the grammar and understandability in certain files.
* Adding INSTALL file to root with Linux instructions.
* Renaming mangos.sql to world.sql until we figure another world database name (if we actually do, world seems fine to me).
* Updating config files with Trinity text instead of MaNGOS text.

Original author: XTZGZoReX
Date: 2008-10-10 12:19:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r2 r33  
    1 = MaNGOS -- README = 
     1= Trinity Core -- General information = 
    22 
    3 Copyright (C) 2005-2008 MaNGOS project <http://www.mangosproject.org/> 
     3Copyright (C) Trinity Core (http://www.trinitycore.org) 
    44 
    5   MaNGOS is free software; you can redistribute it and/or modify 
     5  Trinity Core is free software; you can redistribute it and/or modify 
    66  it under the terms of the GNU General Public License as published by 
    77  the Free Software Foundation; either version 2 of the License, or 
     
    1717  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1818 
    19   In addition, as a special exception, the MaNGOS project 
    20   gives permission to link the code of its release of MaNGOS with the 
    21   OpenSSL project's "OpenSSL" library (or with modified versions of it 
    22   that use the same license as the "OpenSSL" library), and distribute 
     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 
    2323  the linked executables.  You must obey the GNU General Public License 
    2424  in all respects for all of the code used other than "OpenSSL".  If you 
     
    2727  so, delete this exception statement from your version. 
    2828 
    29 Comments are welcome. 
     29Trinity Core is a World of Warcraft game server emulator. It is derived 
     30from MaNGOS, the Massive Network Game Object Server, and is based on the 
     31code of that project. 
    3032 
    31         - theluda <theluda@googlemail.com> 
     33For further information on the Trinity Core project, please visit our 
     34project website at http://www.trinitycore.org. 
    3235 
    33 == Welcome to MaNGOS == 
     36API documentation can be obtained by running the "make doc" command inside 
     37the doc directory. 
    3438 
    35 MaNGOS (the Massive Network Game Object Server) is an Open Source reference 
    36 implementation for a MMORPG server system. Please see the file COPYING for 
    37 license details. 
     39SQL files to create the database can be found in the sql directory. Files 
     40to update your database from an older revision/version can be found in the 
     41sql/updates directory. 
    3842 
    39 For further information on the MaNGOS project, please visit our project web 
    40 site at <http://www.mangosproject.org/> 
     43See the INSTALL file for installation instructions under Linux. 
    4144 
    42 Documenation on various development related topics can be found in the doc/ 
    43 subdirectory, including Doxygen-generated API documentation. 
     45If you are using the SVN (unstable) version of Trinity Core, run this 
     46command prior to building: 
    4447 
    45 The required SQL files for creating the database backend are included in the 
    46 sql/ subdirectory. In case you are upgrading from an older MaNGOS release, 
    47 make sure you as well take a look at the SQL files in the sql/updates/ sub- 
    48 directory. 
     48autoreconf --install --force 
    4949 
    50 In order to build and install MaNGOS under Linux, follow the instructions 
    51 described in the INSTALL file. 
    52  
    53 In case you have checked out MaNGOS from the SubVersion repository, please run 
    54  
    55 $ autoreconf --install --force 
    56  
    57 prior to building, as you may otherwise not be able to run a build. 
     50You can then continue to build the source.