root/trunk/README @ 2

Revision 2, 2.4 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1= MaNGOS -- README =
2
3Copyright (C) 2005-2008 MaNGOS project <http://www.mangosproject.org/>
4
5  MaNGOS is free software; you can redistribute it and/or modify
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
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
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
29Comments are welcome.
30
31        - theluda <theluda@googlemail.com>
32
33== Welcome to MaNGOS ==
34
35MaNGOS (the Massive Network Game Object Server) is an Open Source reference
36implementation for a MMORPG server system. Please see the file COPYING for
37license details.
38
39For further information on the MaNGOS project, please visit our project web
40site at <http://www.mangosproject.org/>
41
42Documenation on various development related topics can be found in the doc/
43subdirectory, including Doxygen-generated API documentation.
44
45The required SQL files for creating the database backend are included in the
46sql/ subdirectory. In case you are upgrading from an older MaNGOS release,
47make sure you as well take a look at the SQL files in the sql/updates/ sub-
48directory.
49
50In order to build and install MaNGOS under Linux, follow the instructions
51described in the INSTALL file.
52
53In case you have checked out MaNGOS from the SubVersion repository, please run
54
55$ autoreconf --install --force
56
57prior to building, as you may otherwise not be able to run a build.
Note: See TracBrowser for help on using the browser.