about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-11 13:57:50 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-11 13:58:40 +0000
commit9d4347d5c8385fa93b6eb31045f7280a4a228c94 (patch)
tree11dce96e7d2c3201f48ed137340687fcd914fc04
parentd698442186bfa7c1b35e68720412c9add422616c (diff)
downloadcmogstored-9d4347d5c8385fa93b6eb31045f7280a4a228c94.tar.gz
Users unfamiliar with autotools may not realize bootstraping
is required when building from git.
(cherry picked from commit 1e80ba592ede05fe40b31686142f82294891afd0)
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f04e7e5..4adcfd4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,13 @@
 Standard autotools installation
 *******************************
 
+After unpacking the tarball:
+
   ./configure && make && make install
 
+If you are building from a git clone, see HACKING on how to generate
+the `configure' shell script
+
 Full instructions (as written by the FSF at the bottom).
 
 Runtime Requirements (GNU/Linux)