mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-27 23:20:14 +01:00
9 lines
152 B
Text
9 lines
152 B
Text
This code uses automake, in order to generate the Makefiles use:
|
|
|
|
$ autogen.sh
|
|
|
|
After that, standard build procedures apply:
|
|
|
|
$ make
|
|
# make install
|
|
|