summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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