From d89b876d57f7dd9d37e41318945faaff1260daae Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 21 Sep 2016 08:54:24 +0100 Subject: [PATCH] doc: update build instructions for cmake Signed-off-by: John Spray --- doc/install/build-ceph.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.47.3