mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
README.md: simplify cmake instructions
Assume build is subdir of the ceph.git checkout. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ed885eaf42
commit
3b56a2e22c
@ -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
|
||||
------------
|
||||
|
Loading…
Reference in New Issue
Block a user