summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2016-06-16 13:47:12 -0400
committerSage Weil <sage@redhat.com>2016-06-16 14:14:21 -0400
commit3b56a2e22ca87c7c2ca13dacb6a587d30288cb54 (patch)
treeae43ddcf21e9059d148cad3777c0591263ae61c8 /README.md
parented885eaf42bb66116eb4c59dade40fb2c0def7be (diff)
downloadceph-3b56a2e22ca87c7c2ca13dacb6a587d30288cb54.tar.gz
README.md: simplify cmake instructions
Assume build is subdir of the ceph.git checkout. Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0a589374c35..95ee410061b 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
------------