From cdc5a69a108654ff378839e8cf93669de31ff9c5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 2 Feb 2008 13:23:00 +0000 Subject: removed libcommon modularized client and server --- INSTALL | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'INSTALL') 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. -- cgit v1.2.3