summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDominik Hannen <dhxgit@users.noreply.github.com>2014-05-31 11:22:41 +0200
committerDominik Hannen <dhxgit@users.noreply.github.com>2014-05-31 11:22:41 +0200
commit06c0a42777d985ff560c80ae714111b22ad67b8d (patch)
treeec8713903da9c84851aa4acd056a4b83104b35b8 /INSTALL
parentMerge pull request #1895 from ceph/wip-sock-cmp (diff)
downloadceph-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--INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 0dc8965fccc..089ef83616e 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