From b685a594ae43aa30173912c9fb1177d507ec5a08 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Nov 2010 20:57:22 +0000 Subject: documentation updates, added player guide icons --- doc/installation.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc/installation.html') diff --git a/doc/installation.html b/doc/installation.html index 24e4fa6..81d72db 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -82,7 +82,7 @@

Linux download:
- osirion-linux-latest.zip(32- and 64-bit)
+ osirion-linux-latest.zip (32- and 64-bit)
This package contains the linux version of the client and the server.

Extract the package, a new subdirectory will be created. The actual directory name will depend on @@ -235,16 +235,13 @@ autoreconf -fi

-./configure --without-client +./configure --without-client --with-bullet=/usr

If configure finds ncurses or pdcurses, the dedicated server will use this library and a have a curses console. To disable curses detection, pass the --without-curses option to configure.

-

- Important: make install is not supported. Results are unpredictable. -

Compile the source code:

@@ -254,6 +251,10 @@ make

The binaries will be build in the src subdirectory of the main distribution.

+

+ Important: make install is not supported. Results are unpredictable. +

+
@@ -410,6 +411,8 @@ Organization of the distribution index.html Documentation content installation.html Installation instructions (this file) + guide.html Player guide + manual.html User manual /src C++ source code @@ -433,7 +436,7 @@ Organization of the distribution /base game data files /bitmaps essential bitmaps /ini game world description files - /maps 3D models (.map format) + /maps 3D models (map format) /materials material definitions /models 3D models (ase and other formats) /particles particle definitions -- cgit v1.2.3