mirror of
https://github.com/ceph/ceph
synced 2025-01-01 16:42:29 +00:00
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:
parent
3e138f88dc
commit
ba6e5e8d68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user