-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathINSTALL
More file actions
26 lines (19 loc) · 797 Bytes
/
Copy pathINSTALL
File metadata and controls
26 lines (19 loc) · 797 Bytes
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
-*- 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