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-03-16 09:39:02 +0000
committerStijn Buys <ingar@osirion.org>2008-03-16 09:39:02 +0000
commitc186b58679c50b06966997d33d5e91a99c5621ea (patch)
treec666439f63f62825e2fff419728d4c026661f9ed /INSTALL
parent11acb6ebad36c20de5f22fb5b7edbf11d8b29254 (diff)
fixes compilation on soliter, abort dedicated server on error
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 24 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1e757f7..3296e35 100644
--- a/INSTALL
+++ b/INSTALL
@@ -38,6 +38,30 @@ Compiling the source code
At present, 'make install' is neither tested nor supported.
+Compiling the dedicated server only
+
+ The included configure script is not yet capable of compiling the
+ dedicated server only. If you want to compile the dedicated server
+ on a system that does not have SDL or OpenGL, you will have to finish
+ the build manually.
+
+ Start the build in the usual fashion:
+
+ cd osirion/
+ autoreconf -fi
+ ./configure
+ make
+
+ When trying to build the render library, the build will fail with
+ an error message. Proceed by building the game library and the
+ osiriond binary:
+
+ cd src/game
+ make
+ cd ..
+ make osiriond
+ cd ..
+
Installing game data
The game data should be located in the 'data'