From 6157e4198c4ed5782936efd47f39e3e66463a9d2 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 22 Nov 2013 00:15:48 +0530 Subject: Add description for git based installations. Change-Id: I60e445539f255b3220f885bd790f800e4c1ea55a Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.org/6333 Reviewed-by: Lalatendu Mohanty Tested-by: Lalatendu Mohanty --- INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'INSTALL') 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 -- cgit