diff options
| author | Vijay Bellur <vbellur@redhat.com> | 2013-11-22 00:15:48 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2013-11-21 12:27:42 -0800 | 
| commit | 6157e4198c4ed5782936efd47f39e3e66463a9d2 (patch) | |
| tree | b79223d1bfd8b99567ddab4d73d2a3802f1435ab /INSTALL | |
| parent | 689b86cfe6c9258c8507c8391ed62aa1a640c1e3 (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>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 6 | 
1 files changed, 4 insertions, 2 deletions
@@ -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  | 
