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>2007-10-21 15:15:38 +0000
committerStijn Buys <ingar@osirion.org>2007-10-21 15:15:38 +0000
commitf936192f3689e58f9c72e19dd6f736f6b2449906 (patch)
treee724d26315aad67f3a92bb1df5cbff95782fd2e2 /INSTALL
parenta96b108a9b74baaa63cb84da212d725808b91d88 (diff)
Documentation update
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 20 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3288f2f..f6aeb8e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,28 @@
Basic Installation
==================
-To build the source you will need the SDL and OpenGL library and header files.
+To build the Osirion Project from source you will need
+the SDL and OpenGL library and header files.
+In theory, it should compile on any platform supported by SDL.
+I have succesfully compiled it on the following platforms:
+ linux-x86_64, gcc 4.1.2, SDL 1.2.11
+ mingw-win32
+
+Compile the source by executing the following commands:
+
+autoreconf -fi
./configure
make
+
+To run the program execute:
+
src/client/osirion
+To run the dedicated server:
+src/server/osiriond
+
+The game data files should be located in the subdirectory
+data/base if the main distribution.
+
+