]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Update INSTALL to mention the submodules/recursive 1898/head
authorDominik Hannen <dhxgit@users.noreply.github.com>
Sat, 31 May 2014 09:22:41 +0000 (11:22 +0200)
committerDominik Hannen <dhxgit@users.noreply.github.com>
Sat, 31 May 2014 09:22:41 +0000 (11:22 +0200)
Signed-off-by: Dominik Hannen <cantares1+github@gmail.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 0dc8965fcccd48444028eba4550c764a28313f79..089ef83616e42ce605a55fceea4a312c807ed221 100644 (file)
--- 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