diff options
Diffstat (limited to 'docs/INSTALL/debian.txt')
-rw-r--r-- | docs/INSTALL/debian.txt | 52 |
1 files changed, 17 insertions, 35 deletions
diff --git a/docs/INSTALL/debian.txt b/docs/INSTALL/debian.txt index 4e643a55..9a74d91b 100644 --- a/docs/INSTALL/debian.txt +++ b/docs/INSTALL/debian.txt @@ -1,43 +1,31 @@ -How to install Aethyra on my GNU/Debian Box +How to install TMW on my GNU/Debian Box ================================================== Author: FERREIRA Yohann (Bertram) Email: Bertram@cegetel.net -With slight edits by Daniel Thomas (kraant@gmail.com) -to for Aethyra... - -WARNING! These instructions are probably outdated! - -Check the forums (http://www.aethyra.org/forums/) where better help can be found. - -Aethyra project +The Mana World project ====================== -Homepage: http://www.aethyra.org/ -IRC: irc.freenode.net / #aethyra +Homepage: http://themanaworld.org/ +IRC: irc.freenode.net / #themanaworld -1) Installing Aethyra and dependencies +1) Installing The Mana World and dependencies 2) Creating a Debian Package using DebHelper Tools 3) Notes -1. Installing Aethyra and Dependencies +1. Installing The Mana World and Dependencies ============================================= -Aethyra Debian Package can be installed under the Debian Testing and -Unstable (Sarge/Sid). In order to have Mana Experiment working, you'll need +The Mana World Debian Package can be installed under the Debian Testing and +Unstable (Sarge/Sid). In order to have Mana World working, you'll need packages for SDL, SDL_mixer, SDL_image, libxml2, libphysfs and libguichan0. To install the dependencies, you can do type (as root): - apt-get install libsdl-mixer1.2 libsdl-image1.2 libxml2 libphysfs-1.0-0 + apt-get install libsdl-mixer1.2 libsdl-image1.2 libxml2 libphysfs-1.0-0 libguichan0 -(You'll need to compile libguichan from source since we've moved to 8.1 -and there is no package for this as of yet. This could create -problems, any debian users trying this out and giving us fixes -would be much appreciated -- kraant) - -Type aethyra as a normal user to play! (Enjoy!) +Type tmw as a normal user to play! (Enjoy!) 2. Creating a Debian Package using DebHelper Tools ================================================== @@ -53,9 +41,9 @@ And the debhelper tools: Download tmw from Subversion using the command (You'll need Subversion installed on your system): - svn co svn://www.aethyra.org/client/trunk aethyra + svn https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw -Rename the aethyra folder into aethyra-XXX and open a console in it. +Rename the tmw folder into tmw-XXX and open a console in it. You can now type: fakeroot dpkg-buildpackage @@ -65,16 +53,16 @@ file. Install it: - dpkg -i aethyra_XXXXXX_i386.deb + dpkg -i tmw_XXXXXX_i386.deb (If you've got a previous one already installed with the same version number, don't forget to remove it with :) - apt-get remove aethyra + apt-get remove tmw (Don't worry, you configuration files are not removed...) -And now the final step: type 'aethyra' as a normal user in a shell and you're in! +And now the final step: type 'tmw' as a normal user in a shell and you're in! KDE/GNOME menu entries are created in Arcade Games upon installation. @@ -83,10 +71,6 @@ KDE/GNOME menu entries are created in Arcade Games upon installation. A Debian Repository has been created. -(This repository is for The Mana World not Aethyra, volunteers to make a -package would be nice, basically if you follow these instructions -you won't get aethyra as of now -- kraant) - Simply add in your /etc/apt/sources.list file: deb http://bertram.ifrance.com ./ @@ -95,11 +79,9 @@ Simply add in your /etc/apt/sources.list file: Then, as root, do: apt-get update - apt-get install aethyra + apt-get install tmw and you're done! -N.B.: The t_me-music, libguichan0, and libguichan0-dev packages are also +N.B.: The tmw-music, libguichan0, and libguichan0-dev packages are also provided in this repository. - -(Added '_' to avoid picking this file up in grep, fix this later -- kraant) |