summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-06-20 19:01:28 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-06-20 19:01:28 -0700
commit31043ac507a58d757f39eda3c74d0ae8884a071b (patch)
treece4150945fbd303d765c854c326d78f06cbf7176
parent13253bf7fe9d024bfeccf2d1b169ed78970a1acf (diff)
Updated installation instructions to mention autogen.sh (#1477)
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e6ee4f93d..09eab318c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,6 +52,7 @@ explained below.
Once the build dependences are satisfied, you should be able to
configure, make, make check, and make install without incident:
+ ./autogen.sh
./configure [use --prefix to specify a prefix; default /usr/local]
make
make check [optional but a good idea!]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback