From 289bf4b622b95b794e438ac257d75ea437e3e023 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 9 Mar 2008 12:16:12 +0000 Subject: Documentation update --- INSTALL | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 25a08be..1e757f7 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,10 @@ +The Osirion Project - INSTALL + + These are the installation instructions for the Osirion Project. + A description of theproject and general usage information can be + found in the README file. + Installation To build the Osirion Project from source code you will need @@ -43,6 +49,39 @@ Installing game data svn checkout svn://intranifty.no-ip.org/osirion-data data +Installing 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, I have not tested the with any other version. + You can find precompiled gtkradiant 1.5.0 binaries for linux at + http://ingar.soliter.org. + + These instructions assume gtkradiant is installed in the directory + '/usr/local/games/gtkradiant-1.5.0'. If it is installed in a different + directory on your system, edit these instructions accordingly. + + Copy the support files to the gtkradiant folder: + + cd data + cd gtkradiant + cp -vr * /usr/local/games/gtkradiant-1.5.0 + + Open the file '/usr/local/games/gtkradiant-1.5.0/games/osirion.game' in + your favourite editor. Look for a line that begins with: + + enginepath_linux=" + + Make sure it points to your osirion data directory. For example, + if you checked out the source code in '/home/user/games/osirion', + then the data will be in '/home/user/games/osirion/data' and + the line should look like this: + + enginepath_linux="/home/user/games/osirion/data" + + Save the changes. + + Executing To run the client program, execute: -- cgit v1.2.3