From: John Spray Date: Wed, 21 Sep 2016 07:54:24 +0000 (+0100) Subject: doc: update build instructions for cmake X-Git-Tag: v11.0.1~146^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d89b876d57f7dd9d37e41318945faaff1260daae;p=ceph.git doc: update build instructions for cmake Signed-off-by: John Spray --- diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index d5bcae283d1c..cc61e0a8e62b 100644 --- a/doc/install/build-ceph.rst +++ b/doc/install/build-ceph.rst @@ -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