Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-02 13:23:00 +0000
committerStijn Buys <ingar@osirion.org>2008-02-02 13:23:00 +0000
commitcdc5a69a108654ff378839e8cf93669de31ff9c5 (patch)
tree10bdc47d0d51485f49387bee3aeae7037c47df6e /INSTALL
parent1765b93250ac3b89947c3da7f0c7266a910367c9 (diff)
removed libcommon
modularized client and server
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 8 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 25bbf54..1ee3364 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.