summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL48
1 files changed, 35 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index cd530cae..4124002d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,20 +1,24 @@
-How to compile and run TMW on your GNU/Linux Box
+How to compile and run Aethyra on your GNU/Linux Box
================================================
-Homepage: http://themanaworld.org/
-IRC: irc.freenode.net / #themanaworld
+Homepage: http://www.aethyra.com/
+IRC: irc.freenode.net / #aethyra
1) Requirements
+<<<<<<< HEAD:INSTALL
+2) Compiling Aethyra
+=======
2) Compiling And Installing The Mana World
+>>>>>>> a7c21e6f8add37af7412449742ec55c8daa8571a:INSTALL
3) Notes
1. Requirements
===============
-You are expected to have either checked out TMW from CVS or you have downloaded
-a source release. To get The Mana World to compile, you need a compiler (GCC)
-and some libraries. The required libraries are:
+You are expected to have either checked out Aethyra from CVS or you have downloaded
+a source release. To get Aethyra to compile, you need a compiler
+(GCC) and some libraries. The required libraries are:
* SDL http://www.libsdl.org/
* SDL_mixer http://www.libsdl.org/projects/SDL_mixer/
@@ -26,7 +30,12 @@ and some libraries. The required libraries are:
* zlib 1.2.x http://www.gzip.org/zlib/
* libcurl http://curl.haxx.se/libcurl/
+<<<<<<< HEAD:INSTALL
+If you checked Aethyra out from Subversion you will also need these tools to
+compile:
+=======
If you've cloned the Git repository, you will also need these tools to compile:
+>>>>>>> a7c21e6f8add37af7412449742ec55c8daa8571a:INSTALL
* GNU automake 1.9 http://www.gnu.org/software/automake/
* GNU autoconf http://www.gnu.org/software/autoconf/
@@ -35,22 +44,35 @@ Installing these dependencies is distributions-specific, and we'll leave it to
you to figure this out.
-2. Compiling And Installing The Mana World
-==========================================
+2. Compiling And Installing Aethyra
+===============================================
1) Go to the directory you have extracted the source to.
+<<<<<<< HEAD:INSTALL
+2) If you checked out from SVN, run "./autobuild.sh" to install the client.
+=======
2) If you've cloned the Git repository, run "autoreconf -i" to generate
configure and install any missing auxiliary files.
3) Run "./configure"
4) Run "make"
5) Run "make install" as root
+>>>>>>> a7c21e6f8add37af7412449742ec55c8daa8571a:INSTALL
-It should have installed The Mana World on your system now, and you can run it
-with "tmw". By default all files are installed to /usr/local, you can pass a
-different prefix to configure as usual.
+It should have installed Aethyra on your system now, and you can
+run it with "aethyra". By default all files are installed to /usr/local, you can
+pass a different prefix to configure as usual.
+ NOTE: if the autobuild.sh fails
+ 1.) ./autogen.sh
+ 2.) ./configure
+ 3.) make
+ 4.) su -c "make install"
- NOTE: It is possible to compile TMW without support for OpenGL rendering.
+ you can get help from A.) IRC channel irc.freenode.net #aedev or #aethyra
+ B.) http://forum.aethyra.com
+ Make sure you record the output from the konsole window
+
+ NOTE: It is possible to compile Aethyra without support for OpenGL rendering.
To do this perform step 3 as follows:
./configure --without-opengl
@@ -64,4 +86,4 @@ different prefix to configure as usual.
If you have any problems, you are welcome to post your questions on our forums,
or talk about them in our IRC channel.
-- The Mana World Dev Team
+- Aethyra Dev Team