From 5b6e0a07149b148b0efa327435345f5860def895 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 1 Dec 2012 22:23:48 +0000 Subject: Documentation update. --- doc/installation_release.html | 79 +++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 33 deletions(-) (limited to 'doc/installation_release.html') 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 @@ - Home . - Downloads . - Documentation . - Forum . - Wiki . - Tracker + News . + Documentation . + Screenshots . + Downloads . + Forum . + Wiki . + Tracker -
+
+ +
-

Installing the latest release

-

+

Installing the latest release

+

Before you can run the game, you must have working OpenGL libraries. These are usually installed by the driver package for your videocard.

-

+

You can find the latest release in the downloads section of the website:
http://osirion.org/index.php?page=downloads

+
+ -

Windows

-

+

+ +

Windows

+

Download for 32-bit windows
osirion-latest-win32.zip (32-bit)
This package should work on most windows systems. @@ -55,70 +62,78 @@ Download for 64-bit windows
osirion-latest-win64.zip (64-bit)

-

+

Dowload the game data package:
osirion-latest-data.zip

-

+

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 D:\Osirion then there should be a directory D:\Osirion\data\base containing the game data.

-

+

Open the game directory in explorer and click on osirion.exe to start the client.

+
+ -

Linux

-

+

+ +

Linux

+

Requirements:
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.

-

+

Linux download:
osirion-latest-linux.tar.bz2 (32- and 64-bit)
This package contains the linux version of the client and the server.

-

+

Extract the package, a new subdirectory will be created. The actual directory name will depend on the version number. Enter the new subdirectory.

-
+
 tar jxvf osirion-latest-linux.tar.bz2
 cd osirion-linux-875
 
-

+

Dowload the game data package:
osirion-latest-data.zip

-

+

Unzip it:

-
+
 unzip ../osirion-latest-data.zip
 
-

+

To run the 32 bit client:

-
+
 ./osirion.x86
 
-

+

To run the 64 bit client:

-
+
 ./osirion.x86_64
 
- +

- + + +
- + -- cgit v1.2.3