diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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. + + |