summaryrefslogtreecommitdiff
path: root/pixman/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/INSTALL')
-rw-r--r--pixman/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/pixman/INSTALL b/pixman/INSTALL
new file mode 100644
index 0000000..5ccf1c3
--- /dev/null
+++ b/pixman/INSTALL
@@ -0,0 +1,9 @@
+This code uses automake, in order to generate the Makefiles use:
+
+ $ autogen.sh
+
+After that, standard build procedures apply:
+
+ $ make
+ # make install
+