From c186b58679c50b06966997d33d5e91a99c5621ea Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 16 Mar 2008 09:39:02 +0000 Subject: fixes compilation on soliter, abort dedicated server on error --- INSTALL | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'INSTALL') 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' -- cgit v1.2.3