diff options
Diffstat (limited to 'doc/installation.html')
-rw-r--r-- | doc/installation.html | 15 |
1 files changed, 9 insertions, 6 deletions
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 @@ <p> Linux download:<br> - <a href="http://ingar.satgnu.net/osirion/files/osirion-linux-latest.zip">osirion-linux-latest.zip</a>(32- and 64-bit)<br> + <a href="http://ingar.satgnu.net/osirion/files/osirion-linux-latest.zip">osirion-linux-latest.zip</a> (32- and 64-bit)<br> This package contains the linux version of the client and the server. <p> Extract the package, a new subdirectory will be created. The actual directory name will depend on @@ -235,7 +235,7 @@ autoreconf -fi<br> </p> <div class="code"> -./configure --without-client +./configure --without-client --with-bullet=/usr </div> <p> If <span class="fixed">configure</span> finds ncurses or pdcurses, the dedicated server will use this @@ -243,9 +243,6 @@ autoreconf -fi<br> <span class="fixed">--without-curses</span> option to <span class="fixed">configure</span>. </p> <p> - <b>Important</b>: <span class="fixed">make install</span> is not supported. Results are unpredictable. -</p> -<p> Compile the source code: </p> <div class="code"> @@ -254,6 +251,10 @@ make <p> The binaries will be build in the <span class="fixed">src</span> subdirectory of the main distribution. </p> +<p> + <b>Important</b>: <span class="fixed">make install</span> is not supported. Results are unpredictable. +</p> + </div> <div class="subtitle"> @@ -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 |