Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-02-12 13:02:59 +0000
committerStijn Buys <ingar@osirion.org>2011-02-12 13:02:59 +0000
commit7cfb658c1d349db36b362620bb7f3180f1e56d08 (patch)
tree3bba1c3e1308af25492c800677513d9631917db9 /doc
parentadb7309b22091b595d2bd11222dd1ec3ca1bab82 (diff)
Final updates for release 0.2.0-svn909.
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/installation.html b/doc/installation.html
index 7537b30..1db9e2f 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -56,16 +56,15 @@
<div class="text">
<p>
Download for 32-bit windows<br>
- <a href="http://osirion.org/files/osirion-win32-latest.zip">osirion-win32-latest.zip</a> (32-bit)<br>
+ <a href="http://osirion.org/files/osirion-latest-win32.zip">osirion-latest-win32.zip</a> (32-bit)<br>
This package should work on most windows systems.
</p>
-<!--<p>
Download for 64-bit windows<br>
- <a href="http://osirion.org/files/osirion-win64-latest.zip">osirion-win64-latest.zip</a> (64-bit)<br>
-</p>-->
+ <a href="http://osirion.org/files/osirion-latest-win64.zip">osirion-latest-win64.zip</a> (64-bit)<br>
+</p>
<p>
Dowload the game data package:<br>
- <a href="http://osirion.org/files/osirion-data-latest.zip">osirion-data-latest.zip</a><br>
+ <a href="http://osirion.org/files/osirion-latest-data.zip">osirion-latest-data.zip</a><br>
</p>
<p>
Unzip the executables package to an approriate directory. Unzip the game data package
@@ -85,12 +84,12 @@
<p>
Requirements:<br>
To run the client, tour system will need to have the following packages installed: libSDL, libjpeg, libpng and libz.
- You do not need to have the bullet libraries installed. To run the dedicated server you need libz and ncurses.
- These are common packages and most systems will already have them installed.
+ To run the dedicated server you need libz and ncurses. These are common packages and most systems will already have them installed.
+ You do not need to have the bullet libraries installed.
</p>
<p>
Linux download:<br>
- <a href="http://osirion.org/files/osirion-linux-latest.tar.bz2">osirion-linux-latest.tar.bz2</a> (32- and 64-bit)<br>
+ <a href="http://osirion.org/files/osirion-latest-linux.tar.bz2">osirion-latest-linux.tar.bz2</a> (32- and 64-bit)<br>
This package contains the linux version of the client and the server.
</p>
<p>
@@ -98,18 +97,18 @@
the version number. Enter the new subdirectory.
</p>
<div class="code">
-tar jxvf osirion-latest.tar.bz2<br>
+tar jxvf osirion-latest-linux.tar.bz2<br>
cd osirion-linux-875
</div>
<p>
Dowload the game data package:<br>
- <a href="http://osirion.org/files/osirion-data-latest.zip">osirion-data-latest.zip</a><br>
+ <a href="http://osirion.org/files/osirion-latest-data.zip">osirion-latest-data.zip</a><br>
</p>
<p>
Unzip it:
</p>
<div class="code">
-unzip ../osirion-data-latest.zip
+unzip ../osirion-latest-data.zip
</div>
<p>
To run the 32 bit client:
@@ -233,7 +232,7 @@ svn co svn://intranifty.no-ip.org/osirion osirion
<p>
You can also download the source package from the website:<br>
<ul>
- <li><a href="http://osirion.org/files/osirion-src-latest.tar.bz2">osirion-src-latest.tar.bz2</a>
+ <li><a href="http://osirion.org/files/osirion-latest-src.tar.bz2">osirion-latest-src.tar.bz2</a>
<ul>
</p>
</div>