summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-24 04:21:26 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-24 04:21:26 +0300
commit2b2948138292432e0a88e0fe6790e8afd25a5871 (patch)
tree724b0d44e478383c50667a02a1853af190a2084d /INSTALL
parent063818408e0c991a4cd71028367cc72dbfd6eedf (diff)
downloadplus-2b2948138292432e0a88e0fe6790e8afd25a5871.tar.gz
plus-2b2948138292432e0a88e0fe6790e8afd25a5871.tar.bz2
plus-2b2948138292432e0a88e0fe6790e8afd25a5871.tar.xz
plus-2b2948138292432e0a88e0fe6790e8afd25a5871.zip
Delete some useless files and rename windows resource file.
Fix some strings in INSTALL file.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL22
1 files changed, 10 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 6b01e10b3..899e4b26c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,19 +1,19 @@
How to compile and run ManaPlus on your GNU/Linux Box
=================================================
-Homepage: http://tmw.cetki.com/
+Homepage: http://manaplus.evolonline.org/
IRC: irc.freenode.net / #manaplus
1) Requirements
-2) Compiling And Installing Mana
+2) Compiling And Installing ManaPlus
3) Notes
1. Requirements
===============
-You are expected to have either checked out Mana from Git or you have downloaded
-a source release. To get Mana to compile, you need a compiler (GCC)
+You are expected to have either checked out ManaPlus from Git or you have downloaded
+a source release. To get ManaPlus to compile, you need a compiler (GCC)
and some libraries. The required libraries are:
* SDL http://www.libsdl.org/
@@ -22,8 +22,6 @@ and some libraries. The required libraries are:
* SDL_net http://www.libsdl.org/projects/SDL_net/
* SDL_ttf http://www.libsdl.org/projects/SDL_ttf/
* SDL_gfx http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
-* ENet 1.2 http://enet.bespin.org/
-* Guichan 0.8.x http://guichan.sourceforge.net/
* libxml2 http://www.xmlsoft.org/
* physfs 1.x http://icculus.org/physfs/
* zlib 1.2.x http://www.gzip.org/zlib/
@@ -45,8 +43,8 @@ Installing these dependencies is distributions-specific, and we'll leave it to
you to figure this out.
-2. Compiling And Installing Mana
-================================
+2. Compiling And Installing ManaPlus
+====================================
1) Go to the directory you have extracted the source to.
2) If you've cloned the Git repository, run "autoreconf -i" to generate
@@ -55,12 +53,12 @@ you to figure this out.
4) Run "make"
5) Run "make install" as root
-It should have installed Mana on your system now, and you can run it
-with "mana". By default all files are installed to /usr/local, you can pass a
-different prefix to configure as usual.
+It should have installed ManaPlus on your system now, and you can run it
+with "manaplus". By default all files are installed to /usr/local, you can pass
+a different prefix to configure as usual.
- NOTE: It is possible to compile Mana without support for OpenGL rendering.
+ NOTE: It is possible to compile ManaPlus without support for OpenGL rendering.
To do this perform step 3 as follows:
./configure --without-opengl