From 2b8b9b2883627ffd6a932e7be1b241509b49c606 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 11 Nov 2008 14:54:47 +0000 Subject: documentation updates --- doc/installation.html | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'doc/installation.html') 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
  • libpng
  • libjpeg-6b
  • OpenGL -
  • OpenAL 1.1 +
  • OpenAL + or OpenAL Soft

    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)

    - 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:
    + 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:
    http://ingar.satgnu.net/gtkradiant

    These instructions assume gtkradiant is installed in the directory @@ -251,11 +250,11 @@ enginepath_linux="

    Make sure it points to your osirion data directory. For example, - if you checked out the source code in /home/user/osirion, - then the data will be in /home/user/osirion/data and + if you checked out the source code in /home/yourname/osirion, + then the data will be in /home/yourname/osirion/data and the line should look like this:

    -enginepath_linux="/home/user/games/osirion/data"
    +enginepath_linux="/home/yourname/osirion/data"
     

    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 +

    -- cgit v1.2.3