Next Previous Contents

2. Installation

2.1 How to obtain DroidBattles

DroidBattles is available at this adress: http://www.bluefire.nu/droidbattles/

2.2 Requirements

The following is needed for DroidBattles to compile and run:

qt 3.x (tested on 3.0.5) devel version
X-windows (tested on 4.2.0) with headers installed
A unix system (tested on Linux modeled after LFS)
A c++ compiler (tested with gcc 3.2)
make
autoconf

2.3 Compilation and installation

In order to compile and install DroidBattles on your system, type the following in the base directory of the DroidBattles distribution:

% ./configure
% make
% make install

If you want to have droidbattles installed somewhere else than /usr/local ... you should run the install as above, then copy all folders to the new location and then edit line 2 of /etc/droidbattles.conf

Since DroidBattles uses

autoconf
you should have no trouble compiling it. Should you run into problems please report them to the the author Andreas Agorander


Next Previous Contents