summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 2c7c920..a6ac570 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,10 @@
- $ autoreconf -vis .
- $ ./configure --prefix=/what/ever
- $ make
- $ make install
+If this is a git repository checkout:
+
+ $ autoreconf -vis .
+
+Regardless of whether this is a git repo checkout or an extracted
+source tarball:
+
+ $ ./configure --prefix=/what/ever
+ $ make
+ $ make install