From 5645248a9a91c6037b935043a4e7037072bf9366 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 6 Nov 2010 18:57:00 +0000 Subject: documentation restyling --- doc/installation.html | 53 +++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) (limited to 'doc/installation.html') diff --git a/doc/installation.html b/doc/installation.html index 8631686..24e4fa6 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -68,10 +68,10 @@

Unzip the executables package into an approriate directory. Unzip the gama data package into this directory. For example, if you unzipped the data and the executables into - D:\Osirion then there should be a directory D:\Osirion\data\base containing the + D:\Osirion then there should be a directory D:\Osirion\data\base containing the game data.

- Open the game directory in explorer and click on osirion.exe to start the client. + Open the game directory in explorer and click on osirion.exe to start the client.

@@ -190,7 +190,7 @@ sudo make install

On linux, you can use the Subversion command line client tool. The following - command will create a new subdirectory osirion and download the source code into it. + command will create a new subdirectory osirion and download the source code into it.

svn co svn://intranifty.no-ip.org/osirion osirion @@ -224,28 +224,26 @@ autoreconf -fi

If you do not need the client and want to build the dedicated server only - you can pass the --without-client option to configure: + you can pass the --without-client option to configure:

- Configure will automaticly detect the bullet library if itwass installed in /usr/local. - If it was installed somewhere else you will have to pass the --with-bullet=directory option - to configure. -

-

- For example, if you want to use the system-provided package on Arch linux, use - --with-bullet=/usr. + Configure will automaticly detect the bullet library if it was installed in /usr/local. + If it was installed somewhere else you will have to pass the --with-bullet=directory option + to configure. For example, --with-bullet=/usr will use the bullet libraries installed in + /usr/lib and the includes in /usr/include/bullet. +

./configure --without-client

- If configure finds ncurses or pdcurses, the dedicated server will use this + 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. + --without-curses option to configure.

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

Compile the source code: @@ -254,7 +252,7 @@ autoreconf -fi
make

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

@@ -263,7 +261,7 @@ make

- The game data should be located in the data subdirectory of the main distribution. + The game data should be located in the data subdirectory of the main distribution. You can use the game data package from the website or get it from the osirion-data subversion repository:

@@ -354,7 +352,7 @@ make

These instructions assume gtkradiant is installed in the directory - /usr/local/games/netradiant. If it is installed in a different + /usr/local/games/netradiant. If it is installed in a different directory on your system, edit these instructions accordingly.

Copy the support files to the gtkradiant folder: @@ -365,20 +363,20 @@ cd gtkradiant
cp -vr * /usr/local/games/netradiant

- Open the file /usr/local/games/netradiant/games/osirion.game in + Open the file /usr/local/games/netradiant/games/osirion.game in your favourite editor. Look for a line that begins with:

-enginepath_linux=" +enginepath_linux=

Make sure it points to your osirion data directory. For example, - if you checked out the source code in /home/yourname/osirion, - then the data will be in /home/yourname/osirion/data and + if you checked out the source code into /home/user/osirion, + then the data will be in /home/user/osirion/data and the line should look like this:

-enginepath_linux="/home/yourname/osirion/data" +enginepath_linux="/home/user/osirion/data"

Save the changes. @@ -438,6 +436,7 @@ Organization of the distribution /maps 3D models (.map format) /materials material definitions /models 3D models (ase and other formats) + /particles particle definitions /textures game world textures /gtkradiant radiant support files -- cgit v1.2.3