]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
README.md: simplify cmake instructions
authorSage Weil <sage@redhat.com>
Thu, 16 Jun 2016 17:47:12 +0000 (13:47 -0400)
committerSage Weil <sage@redhat.com>
Thu, 16 Jun 2016 18:14:21 +0000 (14:14 -0400)
Assume build is subdir of the ceph.git checkout.

Signed-off-by: Sage Weil <sage@redhat.com>
README.md

index 0a589374c353a5e0878dec42b7a93a21a3830596..95ee410061bcd30567e99bf60a6a7ba079efe5bd 100644 (file)
--- 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
 ------------