summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2013-11-22 00:15:48 +0530
committerAnand Avati <avati@redhat.com>2013-11-21 12:27:42 -0800
commit6157e4198c4ed5782936efd47f39e3e66463a9d2 (patch)
treeb79223d1bfd8b99567ddab4d73d2a3802f1435ab
parent689b86cfe6c9258c8507c8391ed62aa1a640c1e3 (diff)
Add description for git based installations.
Change-Id: I60e445539f255b3220f885bd790f800e4c1ea55a Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/6333 Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com> Tested-by: Lalatendu Mohanty <lmohanty@redhat.com>
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 88e28999d..f70ef15b0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,9 @@
Installation Instructions
*************************
-Run ./configure after untaring the package.
+0. If you have cloned from git, run ./autogen.sh.
+
+1. Run ./configure after untaring the package.
bash# ./configure
GlusterFS configure summary
@@ -19,7 +21,7 @@ GlusterFS. Other than 'argp-standalone' if something else says 'no', that
feature in GlusterFS will not be built. 'argp-standalone' package will only
be used if the system doesn't have a proper argp package installed.
-Now just run 'make' and later run 'make install' to install the package.
+2. Now just run 'make' and later run 'make install' to install the package.
bash# make
bash# make install