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-03-09 12:16:12 +0000
committerStijn Buys <ingar@osirion.org>2008-03-09 12:16:12 +0000
commit289bf4b622b95b794e438ac257d75ea437e3e023 (patch)
treea6acf655abc76ad97af443653bed09b6a3a187d8 /INSTALL
parent912ebb62d5e8602a196a59887ef4d41cf0d6edbf (diff)
Documentation update
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL39
1 files changed, 39 insertions, 0 deletions
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: