Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-11 14:54:47 +0000
committerStijn Buys <ingar@osirion.org>2008-11-11 14:54:47 +0000
commit2b8b9b2883627ffd6a932e7be1b241509b49c606 (patch)
tree5aa7ef2fb993625c388a9806fbf4d179fe571185 /doc/installation.html
parentc758f93a9de30d19338a6d4fc9da795c2354e7dd (diff)
documentation updates
Diffstat (limited to 'doc/installation.html')
-rw-r--r--doc/installation.html38
1 files changed, 20 insertions, 18 deletions
diff --git a/doc/installation.html b/doc/installation.html
index b74f3ed..10ae6c5 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -98,7 +98,8 @@ unzip ../osirion-data-latest.zip
<li>libpng
<li>libjpeg-6b
<li>OpenGL
- <li>OpenAL 1.1
+ <li><A href="http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx">OpenAL</a>
+ or <a href="http://kcat.strangesoft.net/openal.html">OpenAL Soft</a>
</ul>
<p>
You will also need a recent version of gcc, GNU make, automake and libtool.
@@ -226,11 +227,9 @@ make
GtkRadiant 1.5.0 support files (optional)
</h2>
<p>
- You only need to install these files if you want to create models
- with gtkradiant. Note that these files where made for
- gtkradiant 1.5.0, they probably won't work with other versions.
- You can find precompiled gtkradiant 1.5.0 binaries for linux on my
- gtkradiant page:<br>
+ You can skip this section if you do not intent to create to create models with gtkradiant 1.5.
+ Note that these files probably won't work with other versions. You can find precompiled
+ gtkradiant 1.5.0 binaries for linux on my gtkradiant page:<br>
<a href="http://ingar.satgnu.net/gtkradiant">http://ingar.satgnu.net/gtkradiant</a>
<p>
These instructions assume gtkradiant is installed in the directory
@@ -251,11 +250,11 @@ enginepath_linux="
</pre>
<p>
Make sure it points to your osirion data directory. For example,
- if you checked out the source code in <i>/home/user/osirion</i>,
- then the data will be in <i>/home/user/osirion/data</i> and
+ if you checked out the source code in <i>/home/yourname/osirion</i>,
+ then the data will be in <i>/home/yourname/osirion/data</i> and
the line should look like this:
<pre>
-enginepath_linux="/home/user/games/osirion/data"
+enginepath_linux="/home/yourname/osirion/data"
</pre>
<p>
Save the changes.
@@ -280,33 +279,36 @@ Organization of the distribution
index.html Documentation content
installation.html Installation instructions (this file)
- license.html Copyright license
/src C++ source code
- /math mathematical classes and functions
- /sys low-level system functions
- /filesystem filesystem library
+ /audio audio library
/auxiliary auxiliary functions
+ /client osirion client
/core game-independent core library
+ /dedicated osiriond dedicated server
+ /filesystem filesystem library
/game game-specific functions
- /server osiriond dedicated server
+ /base base game module
+ /example example game module
+ /intro intro game module
+ /math mathematical classes and functions
+ /sys low-level system functions
/render render library
- /audio audio library
- /client osirion client
/data Data files
/base game data files
-
/bitmaps essential bitmaps
/ini game world description files
/maps game world models
/scripts gtkradiant shader files
/textures game world textures
-
/gtkradiant gtkradiant support files
</pre>
+<h2 class="navigate">
+ <a href="index.html">back</a>
+</h2>
</body>
</html>