Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation_release.html')
-rw-r--r--doc/installation_release.html79
1 files changed, 46 insertions, 33 deletions
diff --git a/doc/installation_release.html b/doc/installation_release.html
index d8fa5cd..6abacf8 100644
--- a/doc/installation_release.html
+++ b/doc/installation_release.html
@@ -20,34 +20,41 @@
</td>
</tr><tr>
<td class="osirionmenu">
- <a class="osirionmenu" href="http://osirion.org/">Home</a> .
- <a class="osirionmenu" href="http://osirion.org/index.php?page=downloads">Downloads</a> .
- <a class="osirioncurrent" href="index.html">Documentation</a> .
- <a class="osirionmenu" href="http://osirion.org/forum/">Forum</a> .
- <a class="osirionmenu" href="http://osirion.org/wiki/">Wiki</a> .
- <a class="osirionmenu" href="http://osirion.org/tracker/">Tracker</a>
+ <a class="osirionmenu" href="http://osirion.org/">News</a> .
+ <a class="osirioncurrent" href="index.html">Documentation</a> .
+ <a class="osirionmenu" href="http://osirion.org/index.php?page=screenshots">Screenshots</a> .
+ <a class="osirionmenu" href="http://osirion.org/index.php?page=downloads">Downloads</a> .
+ <a class="osirionmenu" href="http://osirion.org/forum/">Forum</a> .
+ <a class="osirionmenu" href="http://osirion.org/wiki/">Wiki</a> .
+ <a class="osirionmenu" href="http://osirion.org/tracker/">Tracker</a>
</td>
</tr>
</table>
-<div id="content">
+<div id="pagecontent">
+
+<div class="content">
<!-- System requirements =================================== -->
-<h1>Installing the latest release</h1>
-<p>
+<h1 class="content">Installing the latest release</h1>
+<p class="content">
Before you can run the game, you must have working OpenGL libraries.
These are usually installed by the driver package for your videocard.
</p>
-<p>
+<p class="content">
You can find the latest release in the downloads section of the website:<br>
<a href="http://osirion.org/index.php?page=downloads">http://osirion.org/index.php?page=downloads</a>
</p>
+</div> <!-- div content -->
+
<!-- Windows =============================================== -->
-<h2>Windows</h2>
-<p>
+<div class="content">
+
+<h2 class="content">Windows</h2>
+<p class="content">
Download for 32-bit windows<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.
@@ -55,70 +62,78 @@
Download for 64-bit windows<br>
<a href="http://osirion.org/files/osirion-latest-win64.zip">osirion-latest-win64.zip</a> (64-bit)<br>
</p>
-<p>
+<p class="content">
Dowload the game data package:<br>
<a href="http://osirion.org/files/osirion-latest-data.zip">osirion-latest-data.zip</a><br>
</p>
-<p>
+<p class="content">
Unzip the executables package to an approriate directory. Unzip the game data package
in the new directory. For example, if the game was unzipped to
<span class="fixed">D:\Osirion</span> then there should be
a directory <span class="fixed">D:\Osirion\data\base</span> containing the game data.
</p>
-<p>
+<p class="content">
Open the game directory in explorer and click on <span class="fixed">osirion.exe</span> to start the client.
</p>
+</div> <!-- div content -->
+
<!-- Linux ================================================= -->
-<h2 id="linux">Linux</h2>
-<p>
+<div class="content">
+
+<h2 class="content">Linux</h2>
+<p class="content">
Requirements:<br>
To run the client, tour system will need to have the following packages installed: libSDL, libjpeg, libpng and libz.
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>
+<p class="content">
Linux download:<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>
+<p class="content">
Extract the package, a new subdirectory will be created. The actual directory name will depend on
the version number. Enter the new subdirectory.
</p>
-<pre>
+<pre class="content">
tar jxvf osirion-latest-linux.tar.bz2
cd osirion-linux-875
</pre>
-<p>
+<p class="content">
Dowload the game data package:<br>
<a href="http://osirion.org/files/osirion-latest-data.zip">osirion-latest-data.zip</a><br>
</p>
-<p>
+<p class="content">
Unzip it:
</p>
-<pre>
+<pre class="content">
unzip ../osirion-latest-data.zip
</pre>
-<p>
+<p class="content">
To run the 32 bit client:
</p>
-<pre>
+<pre class="content">
./osirion.x86
</pre>
-<p>
+<p class="content">
To run the 64 bit client:
</p>
-<pre>
+<pre class="content">
./osirion.x86_64
</pre>
-<!-- footer ================================================ -->
+<p class="content"></p>
</div> <!-- div content -->
-<div id="footer">
+<!-- footer ================================================ -->
+
+</div> <!-- div pagecontent -->
+
+<div id="pagefooter">
<div class="floatright">
<a href="http://validator.w3.org/check?uri=referer">
@@ -128,11 +143,9 @@ unzip ../osirion-latest-data.zip
<p>
Copyright &copy; 2007-2012 Project::OSiRiON
</p>
-</div> <!-- div id=footer> -->
-
-</div> <!-- div page> -->
+</div>
</div>
</body>
-</html>
+</html>