summaryrefslogtreecommitdiff
path: root/downloads.php
blob: d034d005767795460fc53ea4d0b557582ee7e1e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?php
  include("includes/common.php");
  placeHeader("Downloads");
?>

<h3>Current client release</h3>

<table cellspacing="0" cellpadding="0" border="0" style="border-width: 0px; margin-bottom: 0px;">
<tr><td width="50%" style="border-width: 0px;">
<div class="release"><img src="images/ico-win.png"/> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.24-win32.exe"><b>Windows installer</b> 0.0.24</a></div>
<div class="release"><img src="images/ico-src.png"/> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.24.1.tar.gz"><b>Source code</b> 0.0.24.1</a></div>
<div class="release"><img src="images/ico-osx.png"/> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.24.1-osx.dmg"><b>MacOS X package</b> 0.0.24.1</a></div>
<div class="release"><img src="images/ico-slackware.png"/> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.24.1-i686-1.tgz"><b>Slackware 12.0 package</b> 0.0.24.1</a></div>
</td><td width="50%" style="border-width: 0px;">
<div class="release"><img src="images/ico-deb.png"/> <a href="http://packages.debian.org/tmw"><b>Debian package</b></a></div>
<div class="release"><img src="images/ico-ubuntu.png"/> <a href="http://packages.ubuntu.com/tmw"><b>Ubuntu 7.10 package</b></a></div>
<div class="release"><img src="images/ico-gentoo.png"/> <a href="http://packages.gentoo.org/package/games-rpg/tmw"><b>Gentoo eBuild</b></a></div>
<div class="release"><img src="images/ico-fedora.png"/> <a href="http://fedoraproject.org/wiki/Games/manaworld"><b>Fedora package</b></a></div>
</td></tr>
</table>

<p>For older versions please see our <a
href="http://sourceforge.net/project/showfiles.php?group_id=106790">files
page</a> on SourceForge. Note however that they are no longer supported and
likely to no longer work on our testing server.</p>

<h3>Music</h3>

<p>While the music is included with our installer for Windows, it is left out
of most other releases because of its size. Download it here if the music is
not available for your operating system or if you've compiled The Mana World
manually.</p>

<table cellspacing="0" cellpadding="0" border="0" style="border-width: 0px; margin-bottom: 0px; margin-top: 0px;">
<tr><td style="border-width: 0px; padding-right: 10px;">
<div class="release"><a href="http://downloads.sourceforge.net/themanaworld/tmwmusic-0.1.tar.gz"><b>The Mana World music</b> 0.1</a></div>
</td></tr>
</table>

<h3>Subversion access</h3>

<p>The latest version is always available from Subversion, see the
<a href="http://sourceforge.net/svn/?group_id=106790">Subversion instructions</a> at
SourceForge. The client module is named <i>tmw</i>. For checking out the latest
development version (trunk) of the client this means to use the command:</p>

<pre>
svn co https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw
</pre>

<p>For more instructions you can also read our small guide on
<a href="svn-tutorial.txt">how to use SVN</a>. Use the SVN version only if
you're interested in testing the latest changes.</p>
<p class="note">
<b>Note:</b> Currently trunk development is based on our own server which can be
found in the <i>tmwserv</i> module. If you're interested in the latest version
able to connect to eAthena, check out the <i>0.0</i> branch.
</p>
<!--
<a name="repository"></a>
<h3>Ubuntu repository (out of date)</h3>

<p>For convenience for Ubuntu users, a package repository
has been set up by Bertram. The repository also contains
<a href="http://guichan.sourceforge.net/">Guichan</a>, because its latest
version isn't generally available yet.</p>

<h4>Ubuntu Edgy (i386 and AMD-64)</h4>

<pre>
deb http://bertram.ifrance.com/ ubuntu edgy
</pre>

<p>Then to install TMW do:</p>

<p><b>apt-get update<br/>
apt-get install tmw</b></p>
-->
<?php
  placeFooter();
?>