summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorDouglas Boffey <DougABoffey@netscape.net>2008-07-27 18:48:35 +0000
committerDouglas Boffey <DougABoffey@netscape.net>2008-07-27 18:48:35 +0000
commit0287bf686f04b9aecd5e7c719a153a01313e69d9 (patch)
treec2583fef510ea0b205e7e398213cbf87d126bb11 /docs/INSTALL
parentb7bc2f74f4f2253bd67b2d51fa3d2c47d648453e (diff)
downloadmana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.gz
mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.bz2
mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.xz
mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.zip
Changed files to tme
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL/debian.txt30
-rw-r--r--docs/INSTALL/win32.txt40
2 files changed, 35 insertions, 35 deletions
diff --git a/docs/INSTALL/debian.txt b/docs/INSTALL/debian.txt
index 9a74d91b..59e2376e 100644
--- a/docs/INSTALL/debian.txt
+++ b/docs/INSTALL/debian.txt
@@ -1,24 +1,24 @@
-How to install TMW on my GNU/Debian Box
+How to install TME on my GNU/Debian Box
==================================================
Author: FERREIRA Yohann (Bertram)
Email: Bertram@cegetel.net
-The Mana World project
+The Mana Experiment project
======================
-Homepage: http://themanaworld.org/
-IRC: irc.freenode.net / #themanaworld
+Homepage: http://209.168.213.109/
+IRC: irc.freenode.net / #themanaexperiment
-1) Installing The Mana World and dependencies
+1) Installing The Mana Experiment and dependencies
2) Creating a Debian Package using DebHelper Tools
3) Notes
-1. Installing The Mana World and Dependencies
+1. Installing The Mana Experiment and Dependencies
=============================================
-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
+The Mana Experiment 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):
@@ -41,9 +41,9 @@ And the debhelper tools:
Download tmw from Subversion using the command (You'll need Subversion
installed on your system):
- svn https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw
+ svn svn://209.168.213.109 tme
-Rename the tmw folder into tmw-XXX and open a console in it.
+Rename the tme folder into tme-XXX and open a console in it.
You can now type:
fakeroot dpkg-buildpackage
@@ -53,16 +53,16 @@ file.
Install it:
- dpkg -i tmw_XXXXXX_i386.deb
+ dpkg -i tme_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 tmw
+ apt-get remove tme
(Don't worry, you configuration files are not removed...)
-And now the final step: type 'tmw' as a normal user in a shell and you're in!
+And now the final step: type 'tme' as a normal user in a shell and you're in!
KDE/GNOME menu entries are created in Arcade Games upon installation.
@@ -79,9 +79,9 @@ Simply add in your /etc/apt/sources.list file:
Then, as root, do:
apt-get update
- apt-get install tmw
+ apt-get install tme
and you're done!
-N.B.: The tmw-music, libguichan0, and libguichan0-dev packages are also
+N.B.: The tme-music, libguichan0, and libguichan0-dev packages are also
provided in this repository.
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 1a1e527f..88f47034 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -1,10 +1,10 @@
-How setup Dev-C++ to compile TMW on a Win32 Box
+How setup Dev-C++ to compile TME on a Win32 Box
===============================================
-The Mana World project
-======================
-Homepage: themanaworld.sourceforge.net
-IRC: irc.freenode.net / #themanaworld
+The Mana Experiment project
+===========================
+Homepage: http://209.168.213.109
+IRC: irc.freenode.net / #themanaexperiment
0. Index
@@ -12,7 +12,7 @@ IRC: irc.freenode.net / #themanaworld
1. Requirements
2. Installing Dev-C++
3. Installing the required libraries
-4. Compiling The Mana World
+4. Compiling The Mana Experiment
1. Requirements
@@ -23,7 +23,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, TMW depends on the following libraries:
+Besides a C++ compiler, TME depends on the following libraries:
1) SDL
2) SDL_mixer
@@ -95,36 +95,36 @@ 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 tmw directory.
+ the lib direcotry and the dlls (in bin direcotry) to your tme directory.
**) For PhysFS copy the headers to your include directory, the libs to
- the lib directory and the dlls (in bin direcotry) to your tmw directory.
+ the lib directory and the dlls (in bin direcotry) to your tme 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 tmw
+ directories of Dev-Cpp. Download binaries and place the dll inside tme
folder.
****) Get latest win32 - mingw package and install as usual.
-You should now be fully equipped for compiling the latest TMW development
+You should now be fully equipped for compiling the latest TME development
code!
-4. Compiling The Mana World
-===========================
+4. Compiling The Mana Experiment
+================================
-Check out The Mana World from Subversion using either the command line svn
+Check out The Mana Experiment from Subversion using either the command line svn
tool or TortoiseSVN, pick what you like to use most and install that. Next,
check out the following directory from our repository:
- https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk
+ svn://209.168.213.109/client/trunk
-Open "The Mana World.dev" in Dev-C++. From there on you should be able to
-start compilition with Excute -> Compile. A file called tmw.exe should appear
+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
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 tmw.exe (or
+DLLs from your Dev-Cpp/dll directory to the directory containing tme.exe (or
alternatively into your c:\windows\system\ for a more universal solution):
SDL.dll
@@ -143,7 +143,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 tmw.exe (or to the
+the dll are usually updated too) to the folder containing tme.exe (or to the
c:\windows\system\).
-Have fun hacking The Mana World!
+Have fun hacking The Mana Experiment!