mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00: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
|
|
|