-*- mode: text -*-

Freedroid Installation
======================
0) if you have downloaded your source from the git repo you have to start by typing `./00boot`

1) type `./configure`
2) type `make` to compile the package

3)a) optionally type `make install`. By default this will try to install in
   /usr/local/, in which case you have to be root to do that.
   You can instead specify `--prefix=<yourdir>' to `configure', in
   which case `make install' will install in <yourdir>.

ALTERNATIVELY:

3)b) you can run the game locally by typing:
   `./src/freedroid` from the top dir

Have fun!
Reinhard

If you have problems with the compilation/installation, please send me an email:
reinhard.prix@posteo.de
or report bugs on the github website:
https://github.com/ReinhardPrix/FreedroidClassic
