From 06c0a42777d985ff560c80ae714111b22ad67b8d Mon Sep 17 00:00:00 2001 From: Dominik Hannen Date: Sat, 31 May 2014 11:22:41 +0200 Subject: [PATCH] Update INSTALL to mention the submodules/recursive Signed-off-by: Dominik Hannen --- INSTALL | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 0dc8965fcccd4..089ef83616e42 100644 --- a/INSTALL +++ b/INSTALL @@ -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