summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKevin Day <blame582@gmail.com>2008-09-16 23:44:15 +0000
committerKevin Day <blame582@gmail.com>2008-09-16 23:44:15 +0000
commit7d5d53e5f81eb0cc255edc188a955c9571cafb81 (patch)
tree9c796da02d2b27155369b4d0858d7cf8b6d51806 /INSTALL
parent176e885ef6c5ae34c8c31c693b65e5a246146f3a (diff)
downloadMana-7d5d53e5f81eb0cc255edc188a955c9571cafb81.tar.gz
Mana-7d5d53e5f81eb0cc255edc188a955c9571cafb81.tar.bz2
Mana-7d5d53e5f81eb0cc255edc188a955c9571cafb81.tar.xz
Mana-7d5d53e5f81eb0cc255edc188a955c9571cafb81.zip
changed client gui and added autobuild.sh
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 11 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 5688451b..5e94f0ff 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,15 +40,21 @@ you to figure this out.
===============================================
1) Go to the directory you have extracted the source to.
-2) If you checked out from SVN, run "./autogen.sh" to generate configure.
-3) Run "./configure"
-4) Run "make"
-5) Run "make install" as root
+2) If you checked out from SVN, run "./autobuild.sh" to install the client.
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"
+
+ 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:
@@ -64,4 +70,4 @@ pass a 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 Experiment Dev Team
+- Aethyra Dev Team