Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 746ef7e9d48895f740f2d0840bbc3a6de3f724f8 (plain)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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="osirion, free, game, space, trade, combat, freelancer, privateer, opengl, radiant, gpl, creative commons">
	<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/">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="pagecontent">

<div class="content">

<!-- System requirements =================================== -->

<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 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 =============================================== -->

<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.
</p>
<p class="content">
	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 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 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 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 ================================================= -->

<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 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 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 class="content">
tar jxvf osirion-latest-linux.tar.bz2
cd osirion-0.2.3-svn1265-linux
</pre>
<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 class="content">
	Unzip it:
</p>
<pre class="content">
unzip ../osirion-latest-data.zip
</pre>
<p class="content">
	 To run the 32 bit client:
</p>
<pre class="content">
./osirion.x86
</pre>
<p class="content">
	 To run the 64 bit client:
</p>
<pre class="content">
./osirion.x86_64
</pre>

<p class="content"></p>

</div> <!-- div content -->

<!-- footer ================================================ -->

</div> <!-- div pagecontent -->

<div id="pagefooter">

<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 &copy; 2007-2012 Project::OSiRiON
</p>
</div>

</div>
</body>

</html>