]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: use do_cmake.sh instead of `cmake ..` 15110/head
authorKefu Chai <kchai@redhat.com>
Tue, 16 May 2017 10:53:50 +0000 (18:53 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 16 May 2017 10:54:41 +0000 (18:54 +0800)
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>
doc/install/build-ceph.rst

index cc61e0a8e62b64b68a70e5fefb5a92a773069ade..9c834b987271b3e4cc70d5ce4e11625e6a18ee49 100644 (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