From f936192f3689e58f9c72e19dd6f736f6b2449906 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:15:38 +0000 Subject: Documentation update --- INSTALL | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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. + + -- cgit v1.2.3