doc: use do_cmake.sh instead of cmake ..

user could be confused at seeing errors like:

src/CMakeLists.txt:644 (add_subdirectory): The source directory /src/lua
does not contain a CMakeLists.txt file.

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-05-16 18:53:50 +08:00
parent 3e138f88dc
commit ba6e5e8d68

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