]> git.cworth.org Git - grrobot/commitdiff
Added pointers to necessary libraries
authorCarl Worth <cworth@theworths.org>
Fri, 20 Jun 2003 15:42:08 +0000 (15:42 +0000)
committerCarl Worth <cworth@theworths.org>
Fri, 20 Jun 2003 15:42:08 +0000 (15:42 +0000)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..8ff0f36
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,9 @@
+This package uses automake, in order to generate the Makefiles use:
+
+       $ autogen.sh
+
+After that, standard build procedures apply:
+
+       $ make
+       # make install
+