mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
This code uses automake, in order to generate the Makefiles use:
|
|
|
|
$ autogen.sh
|
|
|
|
After that, standard build procedures apply:
|
|
|
|
$ make
|
|
# make install
|
|
|