Next Previous Contents

2. Installation

2.1 How to obtain DroidBattles

DroidBattles is available at this adress: https://github.com/sandsmark/droidbattles

2.2 Requirements

The following is needed for DroidBattles to compile and run:

Qt
A C++ compiler

2.3 Compilation and installation

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

% qmake
% make
% ./droidbattles


Next Previous Contents