From: Sage Weil Date: Thu, 16 Jun 2016 17:47:12 +0000 (-0400) Subject: README.md: simplify cmake instructions X-Git-Tag: v11.0.0~145^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3b56a2e22ca87c7c2ca13dacb6a587d30288cb54;p=ceph.git README.md: simplify cmake instructions Assume build is subdir of the ceph.git checkout. Signed-off-by: Sage Weil --- diff --git a/README.md b/README.md index 0a589374c353a..95ee410061bcd 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,13 @@ Build instructions: mkdir build cd build - cmake [options] /path/to/ceph/src/dir + cmake [options] .. make -(Note that /path/to/ceph/src/dir can be in the tree and out of the tree) +This assumes you make your build dir a subdirectory of the ceph.git +checkout. If you put it elsewhere, just replace .. above with a +correct path to the checkout. + Dependencies ------------