mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-15 04:00:12 +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
|
||
|
|