diff options
author | Stijn Buys <ingar@osirion.org> | 2008-02-02 13:23:00 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-02-02 13:23:00 +0000 |
commit | cdc5a69a108654ff378839e8cf93669de31ff9c5 (patch) | |
tree | 10bdc47d0d51485f49387bee3aeae7037c47df6e /INSTALL | |
parent | 1765b93250ac3b89947c3da7f0c7266a910367c9 (diff) |
removed libcommon
modularized client and server
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. |