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:16 +0000
commit1e80ba592ede05fe40b31686142f82294891afd0 (patch)
tree6e1aee04ea68164229d7e944bf9556f41dc0a54b
parentdc801d4a4ded67d74f5306d6dad4aba629045cc8 (diff)
downloadcmogstored-1e80ba592ede05fe40b31686142f82294891afd0.tar.gz
Users unfamiliar with autotools may not realize bootstraping
is required when building from git.
-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)