Skip to content

Commit

Permalink
doc: update build instructions for cmake
Browse files Browse the repository at this point in the history
Signed-off-by: John Spray <[email protected]>
  • Loading branch information
John Spray committed Sep 21, 2016
1 parent 6366d9f commit d89b876
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/install/build-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d89b876

Please sign in to comment.