1
0
mirror of https://github.com/ceph/ceph synced 2024-12-19 09:57:05 +00:00

Merge pull request from tchaikov/wip-build-using-cmake

doc: use do_cmake.sh instead of `cmake ..`

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-05-16 09:20:50 -05:00 committed by GitHub
commit 225bc60092

View File

@ -28,9 +28,8 @@ Ceph is built using cmake. To build Ceph, navigate to your cloned Ceph
repository and execute the following::
cd ceph
mkdir build
./do_cmake.sh
cd build
cmake ..
make
.. topic:: Hyperthreading