diff options
Diffstat (limited to 'doc/installation_release.html')
-rw-r--r-- | doc/installation_release.html | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/doc/installation_release.html b/doc/installation_release.html new file mode 100644 index 0000000..39554bf --- /dev/null +++ b/doc/installation_release.html @@ -0,0 +1,138 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> +<head> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> + <meta name="keywords" content="free, open, source, osirion, game, space, freelancer, privateer, opengl, radiant"> + <link rel="stylesheet" type="text/css" href="osirion.css"> + <link rel="icon" type="image/png" href="http://osirion.org/icon.png"> + <title>Project::OSiRiON - Installing the latest release</title> +</head> + +<body> +<div id="page"> + +<!-- header and menu ======================================= --> + +<table class = "osirionmenu" width="100%" cellpadding="0" cellspacing="0" border="0"> +<tr> + <td> + <a href="http://osirion.org"><img class="osirionmenu" src="images/banner.png" alt="Project::OSiRiON"></a> + </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> + </td> +</tr> +</table> + +<div id="content"> + +<!-- System requirements =================================== --> + +<h1>Installing the latest release</h1> +<p> + 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> + 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> + +<!-- Windows =============================================== --> + +<h2>Windows</h2> +<p> + 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. +</p> + 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> + Dowload the game data package:<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 + 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> + Open the game directory in explorer and click on <span class="fixed">osirion.exe</span> to start the client. +</p> + +<!-- Linux ================================================= --> + +<h2 id="linux">Linux</h2> +<p> + 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> + 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> + 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> +tar jxvf osirion-latest-linux.tar.bz2 +cd osirion-linux-875 +</pre> +<p> + Dowload the game data package:<br> + <a href="http://osirion.org/files/osirion-latest-data.zip">osirion-latest-data.zip</a><br> +</p> +<p> + Unzip it: +</p> +<pre> +unzip ../osirion-latest-data.zip +</pre> +<p> + To run the 32 bit client: +</p> +<pre> +./osirion.x86 +</pre> +<p> + To run the 64 bit client: +</p> +<pre> +./osirion.x86_64 +</pre> + +<!-- footer ================================================ --> + +</div> <!-- div content --> + +<div id="footer"> + +<div class="floatright"> + <a href="http://validator.w3.org/check?uri=referer"> + <img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Strict" height="31" width="88"> + </a> +</div> +<p> + Copyright © 2007-2012 Project::OSiRiON +</p> +</div> <!-- div id=footer> --> + +</div> <!-- div page> --> + +</div> +</body> +</html> + |