Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 25bbf54a9c6bc51299b35e38a7b6b494a3a0dc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Basic Installation
==================

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 (client only!)

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 of the main distribution.