diff options
author | Dominik Hannen <dhxgit@users.noreply.github.com> | 2014-05-31 11:22:41 +0200 |
---|---|---|
committer | Dominik Hannen <dhxgit@users.noreply.github.com> | 2014-05-31 11:22:41 +0200 |
commit | 06c0a42777d985ff560c80ae714111b22ad67b8d (patch) | |
tree | ec8713903da9c84851aa4acd056a4b83104b35b8 /INSTALL | |
parent | Merge pull request #1895 from ceph/wip-sock-cmp (diff) | |
download | ceph-06c0a42777d985ff560c80ae714111b22ad67b8d.tar.xz ceph-06c0a42777d985ff560c80ae714111b22ad67b8d.zip |
Update INSTALL to mention the submodules/recursive
Signed-off-by: Dominik Hannen <cantares1+github@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,17 +1,21 @@ Installation Instructions ************************* -If pulling from git, you first need to build the configure script with +When pulling from git, use the --recursive option to include sub-modules: + +$ git clone --recursive https://github.com/ceph/ceph.git + +And then build the configure script with: $ ./autogen.sh -Then, +Then the usual: $ ./configure $ make Note that if the FUSE library is not found, the user-space fuse client -will not be built. +will not be built. If you are doing development, you may want to do |