Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.