From ba6e5e8d68b96a64a9a322a3ca2acf01d377fb56 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 16 May 2017 18:53:50 +0800 Subject: [PATCH] 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 --- doc/install/build-ceph.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index cc61e0a8e62b6..9c834b987271b 100644 --- a/doc/install/build-ceph.rst +++ b/doc/install/build-ceph.rst @@ -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 -- 2.39.5