From: Carl Worth Date: Fri, 20 Jun 2003 15:42:08 +0000 (+0000) Subject: Added pointers to necessary libraries X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=0eab16fcb21f5cbef36e1c4b0c46261a68f5b16c;p=grrobot Added pointers to necessary libraries --- diff --git a/INSTALL b/INSTALL new file mode 100644 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 +