11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
|
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.
|