[2303] some compiler fixes
[mangos-git.git] / README
blob08d0471de0a4aa798ea57f18b2b932d6c9d1cab1
1 = MaNGOS -- README =
3 Copyright (c) 2005,2006 MaNGOS <http://www.mangosproject.org/>
5 See the COPYING file for copying conditions.
7 == Welcome to MaNGOS ==
9 MaNGOS (the Massive Network Game Object Server) is an Open Source reference
10 implementation for a MMORPG server system. Please see the file COPYING for
11 license details.
13 For further information on the MaNGOS project, please visit our project web
14 site at <http://www.mangosproject.org/>
16 Documenation on various development related topics can be found in the doc/
17 subdirectory, including Doxygen-generated API documentation.
19 The required SQL files for creating the database backend are included in the
20 sql/ subdirectory.
22 In order to build and install MaNGOS under Linux, follow the instructions
23 described in the INSTALL file. To build MaNGOS on Windows, please see the
24 win/ subdirectory. Project workspaces for Visual Studio .NET 2003 and Visual
25 Studio .NET 2005 are available.
27 In case you have checked out MaNGOS from the SubVersion repository, please run
28 ./reconf prior to building, as you may otherwise not be able to run a build.