Conquerer of Toran is a
The project maintainer would like to thank:
There are two types of dsitributions, binary and source
distributions.
Binary distribution
The binary distribution consists of two packages per
platform (Win32/Linux).
1. A resource
package containing all game resources such as icons, maps, images.
This package complements the binary distributions. It does _not contain
any executables.
2. A binary package
for each platform.
The game is a client server application, so
you need first to start the conqserver in order to play. The
client need QT-3
runtime shared libraries. To
test the game locally you
can use localhost as server.
Linux/Win32 binary
distribution
In order to install a binary distribution properly do the
following:
cd <somewhere>
mkdir conquerer
cd conquerer
tar xvfz Conquerer-resources.tar.gz
tar xvfz Conquerer-bin-XXXXX.tar.gz
Linux source distribution
The process is a usual:
tar xvfz Conquerer-x.xx.tar.gz
cd Conquerer-x.xx
./configure --enable-newgui
make
Windows source distribution
Unzip
all files into a directory.
Start your MSVC 6.0 compiler using the shipped conquerer.dsp file.
Running the stuff
First start the server
cd <somewhere>/conquerer/bin
conqserver
Switch to another shell and start or
double click the client
cd <somewhere>/conquerer/bin
conqclient -o
Ensure that the working directory is the
<somewhere>/conquerer/bin directory, since
both server and client search their resources (icons, etc.) relative to
this directory. The
correct working directory is checked during startup.
A manual covering Conquerer basics can be downloaded
(.zip, German only) or viewed online
Contributions are welcome for:
Last update 2003-07-23 by
NEU