summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL/debian.txt50
-rw-r--r--docs/INSTALL/win32.txt34
2 files changed, 52 insertions, 32 deletions
diff --git a/docs/INSTALL/debian.txt b/docs/INSTALL/debian.txt
index 59e2376e..e9cf3183 100644
--- a/docs/INSTALL/debian.txt
+++ b/docs/INSTALL/debian.txt
@@ -1,31 +1,43 @@
-How to install TME on my GNU/Debian Box
+How to install Aethyra on my GNU/Debian Box
==================================================
Author: FERREIRA Yohann (Bertram)
Email: Bertram@cegetel.net
-The Mana Experiment project
+With slight edits by Daniel Thomas (kraant@gmail.com)
+to for Aethyra...
+
+WARNING! These instructions are probably outdated!
+
+Check the forums (http://forums.aethyra.com/) where better help can be found.
+
+Aethyra project
======================
-Homepage: http://209.168.213.109/
-IRC: irc.freenode.net / #themanaexperiment
+Homepage: http://www.aethyra.com/
+IRC: irc.freenode.net / #aethyra
-1) Installing The Mana Experiment and dependencies
+1) Installing Aethyra and dependencies
2) Creating a Debian Package using DebHelper Tools
3) Notes
-1. Installing The Mana Experiment and Dependencies
+1. Installing Aethyra and Dependencies
=============================================
-The Mana Experiment Debian Package can be installed under the Debian Testing and
+Aethyra Debian Package can be installed under the Debian Testing and
Unstable (Sarge/Sid). In order to have Mana Experiment 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 libguichan0
+ apt-get install libsdl-mixer1.2 libsdl-image1.2 libxml2 libphysfs-1.0-0
-Type tmw as a normal user to play! (Enjoy!)
+(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!)
2. Creating a Debian Package using DebHelper Tools
==================================================
@@ -41,9 +53,9 @@ And the debhelper tools:
Download tmw from Subversion using the command (You'll need Subversion
installed on your system):
- svn svn://209.168.213.109 tme
+ svn co svn://209.168.213.109/client/trunk aethyra
-Rename the tme folder into tme-XXX and open a console in it.
+Rename the aethyra folder into aethyra-XXX and open a console in it.
You can now type:
fakeroot dpkg-buildpackage
@@ -53,16 +65,16 @@ file.
Install it:
- dpkg -i tme_XXXXXX_i386.deb
+ dpkg -i aethyra_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 tme
+ apt-get remove aethyra
(Don't worry, you configuration files are not removed...)
-And now the final step: type 'tme' as a normal user in a shell and you're in!
+And now the final step: type 'aethyra' as a normal user in a shell and you're in!
KDE/GNOME menu entries are created in Arcade Games upon installation.
@@ -71,6 +83,10 @@ 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 ./
@@ -79,9 +95,11 @@ Simply add in your /etc/apt/sources.list file:
Then, as root, do:
apt-get update
- apt-get install tme
+ apt-get install aethyra
and you're done!
-N.B.: The tme-music, libguichan0, and libguichan0-dev packages are also
+N.B.: The t_me-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)
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 88f47034..3ffd506e 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -1,10 +1,12 @@
-How setup Dev-C++ to compile TME on a Win32 Box
+How setup Dev-C++ to compile Aethyra on a Win32 Box
===============================================
-The Mana Experiment project
+(I think Dev-C++ support is broken as of now -- kraant)
+
+Aethyra project
===========================
-Homepage: http://209.168.213.109
-IRC: irc.freenode.net / #themanaexperiment
+Homepage: http://www.aethyra.com
+IRC: irc.freenode.net / #aethyra
0. Index
@@ -12,7 +14,7 @@ IRC: irc.freenode.net / #themanaexperiment
1. Requirements
2. Installing Dev-C++
3. Installing the required libraries
-4. Compiling The Mana Experiment
+4. Compiling Aethyra
1. Requirements
@@ -23,7 +25,7 @@ free IDE for Win32 built around GCC. Remember, Win32 was not meant for GCC and
stuff so you will probably run into trouble unless you really know what you're
doing, so best stick with Dev-C++.
-Besides a C++ compiler, TME depends on the following libraries:
+Besides a C++ compiler, Aethyra depends on the following libraries:
1) SDL
2) SDL_mixer
@@ -95,22 +97,22 @@ Install them all through the Dev-C++ package manager.
iconv-1.9.1.win32.zip
From each file, copy the headers to your include directory, the libs to
- the lib direcotry and the dlls (in bin direcotry) to your tme directory.
+ the lib direcotry and the dlls (in bin direcotry) to your aethyra directory.
**) For PhysFS copy the headers to your include directory, the libs to
- the lib directory and the dlls (in bin direcotry) to your tme directory.
+ the lib directory and the dlls (in bin direcotry) to your aethyra directory.
***) Download developer files and put headers and libs in to include and lib
- directories of Dev-Cpp. Download binaries and place the dll inside tme
+ directories of Dev-Cpp. Download binaries and place the dll inside aethyra
folder.
****) Get latest win32 - mingw package and install as usual.
-You should now be fully equipped for compiling the latest TME development
+You should now be fully equipped for compiling the latest Aethyra development
code!
-4. Compiling The Mana Experiment
+4. Compiling Aethyra
================================
Check out The Mana Experiment from Subversion using either the command line svn
@@ -119,12 +121,12 @@ check out the following directory from our repository:
svn://209.168.213.109/client/trunk
-Open "The Mana Experiment.dev" in Dev-C++. From there on you should be able to
-start compilition with Excute -> Compile. A file called tme.exe should appear
+Open "Aethyra.dev" in Dev-C++. From there on you should be able to
+start compilition with Excute -> Compile. A file called aethyra.exe should appear
in the same directory as where you opened the .dev from.
Before you can actually run the executable be sure to copy over the following
-DLLs from your Dev-Cpp/dll directory to the directory containing tme.exe (or
+DLLs from your Dev-Cpp/dll directory to the directory containing aethyra.exe (or
alternatively into your c:\windows\system\ for a more universal solution):
SDL.dll
@@ -143,7 +145,7 @@ And also make sure you have:
zlib1.dll
Additionally don't forget to copy any updated .dll (when libs are updated,
-the dll are usually updated too) to the folder containing tme.exe (or to the
+the dll are usually updated too) to the folder containing aethyra.exe (or to the
c:\windows\system\).
-Have fun hacking The Mana Experiment!
+Have fun hacking Aethyra!