diff options
author | Kevin Day <blame582@gmail.com> | 2008-09-16 23:44:15 +0000 |
---|---|---|
committer | Kevin Day <blame582@gmail.com> | 2008-09-16 23:44:15 +0000 |
commit | 7d5d53e5f81eb0cc255edc188a955c9571cafb81 (patch) | |
tree | 9c796da02d2b27155369b4d0858d7cf8b6d51806 /INSTALL | |
parent | 176e885ef6c5ae34c8c31c693b65e5a246146f3a (diff) | |
download | mana-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-- | INSTALL | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -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 |