Signed-off-by: John Spray <john.spray@redhat.com>
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