]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update build instructions for cmake
authorJohn Spray <john.spray@redhat.com>
Wed, 21 Sep 2016 07:54:24 +0000 (08:54 +0100)
committerJohn Spray <john.spray@redhat.com>
Wed, 21 Sep 2016 09:04:32 +0000 (10:04 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
doc/install/build-ceph.rst

index d5bcae283d1c9714ef85cb6f9b43dcf704e39066..cc61e0a8e62b64b68a70e5fefb5a92a773069ade 100644 (file)
@@ -24,14 +24,14 @@ and tools::
 Build Ceph
 ==========
 
-Ceph provides ``automake`` and ``configure`` scripts to streamline the build 
-process. To build Ceph, navigate to your cloned Ceph repository and execute the 
-following::
-
-       cd ceph
-       ./autogen.sh
-       ./configure
-       make
+Ceph is built using cmake. To build Ceph, navigate to your cloned Ceph
+repository and execute the following::
+
+    cd ceph
+    mkdir build
+    cd build
+    cmake ..
+    make
 
 .. topic:: Hyperthreading