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-06-08 18:47:16 +0000
committerStijn Buys <ingar@osirion.org>2008-06-08 18:47:16 +0000
commitf1a97c89908be62cdc91c7a3d5b53149aa03de05 (patch)
tree9b8f979455c3fc28e7cd9ace730f68dffaf80987
parent70fc89d31b81a0cc49fc4b8daf527dd187544d9e (diff)
documentation update
-rw-r--r--INSTALL27
1 files changed, 4 insertions, 23 deletions
diff --git a/INSTALL b/INSTALL
index 04ac33f..3f4bc75 100644
--- a/INSTALL
+++ b/INSTALL
@@ -60,31 +60,12 @@ Compiling the source code
./configure
make
- At present, 'make install' is neither tested nor supported.
-
-Compiling the dedicated server only
+ If you only need to compile the dedicated server, you can
+ pass the --without-client option to configure:
- The included configure script is not yet capable to compile 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.
+ ./configure --without-client
- 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 ..
+ At present, 'make install' is neither tested nor supported.
Installing game data