summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-07-29 23:32:34 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-07-29 23:32:34 +0930
commit9dbaed757776f24608d2787b40a2df9c9985e8f3 (patch)
treee7a455465b021080277cff5b5a6f738e32760360
parentc2d71f3b56370968710275c8dda708c21dca08ec (diff)
Update INSTALL to tell people to use automake and how to use it.
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d89aa68..35c293d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,2 +1,3 @@
-Don't run autoconf, it doesn't work yet.
-Go to the src directory and invoke make.
+$> ./autogen.sh [--prefix=/path/to/installation] [other configure options]
+$> make
+$> make install