summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-04-04 09:49:17 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-04-04 09:49:17 +0000
commiteac2a77eccca5fa4235b7b119cc926ad0196eadf (patch)
treec7d95c3959895a2a8cf87e7365dbc2fcbb629467 /docs/INSTALL
parent65e0fddb81e1e463591b7c189b252ffa75ebda06 (diff)
downloadmana-client-eac2a77eccca5fa4235b7b119cc926ad0196eadf.tar.gz
mana-client-eac2a77eccca5fa4235b7b119cc926ad0196eadf.tar.bz2
mana-client-eac2a77eccca5fa4235b7b119cc926ad0196eadf.tar.xz
mana-client-eac2a77eccca5fa4235b7b119cc926ad0196eadf.zip
Converting ChangeLog to UTF-8 apparently solves CIA problems, updates to debian.txt and win32.txt regarding the move to Subversion and a spelling error in NEWS file.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL/debian.txt38
-rw-r--r--docs/INSTALL/win32.txt18
2 files changed, 28 insertions, 28 deletions
diff --git a/docs/INSTALL/debian.txt b/docs/INSTALL/debian.txt
index 6c8775bb..9a74d91b 100644
--- a/docs/INSTALL/debian.txt
+++ b/docs/INSTALL/debian.txt
@@ -18,38 +18,40 @@ IRC: irc.freenode.net / #themanaworld
=============================================
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.
+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 libguichan0
-Type tmw as a normal user to play ! (Enjoy !)
+Type tmw as a normal user to play! (Enjoy!)
2. Creating a Debian Package using DebHelper Tools
==================================================
-You'll need the gcc, g++ and dev packages of dependencies :
+You'll need the gcc, g++ and dev packages of dependencies:
apt-get install gcc g++ libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
-And the debhelper tools :
+And the debhelper tools:
apt-get install dh-make fakeroot dpkg-dev build-essentials
-Download tmw from CVS using the command (You'll need CVS installed on your system) :
+Download tmw from Subversion using the command (You'll need Subversion
+installed on your system):
- cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/themanaworld co -P tmw
+ svn https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw
Rename the tmw folder into tmw-XXX and open a console in it.
-You can now type :
+You can now type:
fakeroot dpkg-buildpackage
-The package will create itself, including sources and diffs. You only need deb file.
+The package will create itself, including sources and diffs. You only need deb
+file.
-Install it :
+Install it:
dpkg -i tmw_XXXXXX_i386.deb
@@ -60,28 +62,26 @@ don't forget to remove it with :)
(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 'tmw' as a normal user in a shell and you're in!
-KDE/Gnome menu entries are created in Arcade Games upon installation.
-
-(Don't forget : To create a new account, add a '_M' after your account name the first time. After that just type your account name normally...)
+KDE/GNOME menu entries are created in Arcade Games upon installation.
3. Notes
========
A Debian Repository has been created.
-Simply add in your /etc/apt/sources.list file :
+Simply add in your /etc/apt/sources.list file:
deb http://bertram.ifrance.com ./
deb-src http://bertram.ifrance.com ./
-Then, as root, do :
+Then, as root, do:
apt-get update
apt-get install tmw
-and you're done !
+and you're done!
-N.B.: The tmw-music, libguichan0, and libguichan0-dev packages are also provided in this repository.
+N.B.: The tmw-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 192ac619..e3792a58 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -52,7 +52,7 @@ After you fetched it simply run and install.
====================================
The easy way is to get our development package which should work with the latest
-CVS (I'll try to update it as much as I can).
+development code (I'll try to update it as much as I can).
You can find it at:
http://themanaworld.sourceforge.net/files/tmw-cvs.DevPak
@@ -103,17 +103,18 @@ Install them all through the Dev-C++ package manager.
****) Get latest win32 - mingw package and install as usual.
-You should now be fully equipped for compiling the latest TMW CVS code!
+You should now be fully equipped for compiling the latest TMW development
+code!
4. Compiling The Mana World
===========================
-Check out The Mana World from CVS using either the command line cvs tool or
-TortoiseCVS, pick what you like to use most and install that. Next, check out
-the tmw module from our repository. For anonymous users, the CVSROOT is:
+Check out The Mana World 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:
- :pserver:anonymous@cvs.sourceforge.net:/cvsroot/themanaworld
+ https://svn.sourceforge.net/svnroot/themanaworld/tmw/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
@@ -129,7 +130,7 @@ alternatively into your c:\windows\system\ for a more universal solution):
guichan.dll
guichan_opengl.dll
guichan_sdl.dll
-
+
And also make sure you have:
libxml2.dll
@@ -137,10 +138,9 @@ And also make sure you have:
libiconv-2.dll
physfs.dll
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
c:\windows\system\).
Have fun hacking The Mana World!
-