From: Kefu Chai Date: Tue, 16 May 2017 10:53:50 +0000 (+0800) Subject: doc: use do_cmake.sh instead of `cmake ..` X-Git-Tag: v12.1.0~10^2~112^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15110%2Fhead;p=ceph.git 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 --- diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index cc61e0a8e62b..9c834b987271 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