Skip to content

Commit

Permalink
Update INSTALL to mention the submodules/recursive
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Hannen <[email protected]>
  • Loading branch information
dhxgit committed May 31, 2014
1 parent 1c91e65 commit 06c0a42
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 06c0a42

Please sign in to comment.