diff options
author | Vikas Gorur <vikas@zresearch.com> | 2009-02-18 17:36:07 +0530 |
---|---|---|
committer | Vikas Gorur <vikas@zresearch.com> | 2009-02-18 17:36:07 +0530 |
commit | 77adf4cd648dce41f89469dd185deec6b6b53a0b (patch) | |
tree | 02e155a5753b398ee572b45793f889b538efab6b /INSTALL | |
parent | f3b2e6580e5663292ee113c741343c8a43ee133f (diff) |
Added all files
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..88e28999d --- /dev/null +++ b/INSTALL @@ -0,0 +1,32 @@ +Installation Instructions +************************* + +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. + +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 :-) |