1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
-*- mode: text -*-
Freedroid Installation
======================
[ 0) if you have downloaded your source from the cvs-archive
you have to start by typing `./autogen.sh']
1) type `./configure'
2) type `make' to compile the package
3)a) 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:
`cd src' followed by `./freedroid'
Have fun!
Reinhard
If you have problems with the compilation/installation, please send me an email:
rprix@users.sourceforge.net
or report bugs on the sourceforge website:
http://sourceforge.net/projects/freedroid/
|