glusterfs/INSTALL
Vijay Bellur 6157e4198c 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>
2013-11-21 12:27:42 -08:00

35 lines
966 B
Plaintext

Installation Instructions
*************************
0. If you have cloned from git, run ./autogen.sh.
1. Run ./configure after untaring the package.
bash# ./configure
GlusterFS configure summary
===========================
FUSE client : yes
Infiniband verbs : yes
epoll IO multiplex : yes
Berkeley-DB : yes
libglusterfsclient : yes
mod_glusterfs : yes
argp-standalone : no
The configure summary will tell you what all components will be built with
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.
2. Now just run 'make' and later run 'make install' to install the package.
bash# make
bash# make install
Installation complete :-)
bash# glusterfs --version
Make sure your version is the latest from the release, and the one you
just installed :-)