DroidQuest/INSTALL

11 lines
200 B
Plaintext
Raw Permalink Normal View History

To compile the game you must run:
$ make
To install the game use the command:
# make install
To uninstall:
# make uninstall
The compilation requires gcc and maven to be installed on the system.