diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -11,16 +11,17 @@ I have succesfully compiled it on the following platforms: Compile the source by executing the following commands: -autoreconf -fi -./configure -make + autoreconf -fi + ./configure + make -To run the program execute: +To run the client program, execute: -src/client/osirion + src/osirion -To run the dedicated server: -src/server/osiriond +To run the dedicated server, execute: + + src/osiriond The game data files should be located in the subdirectory data/base of the main distribution. |