ceph/doc/install/building-ceph.rst
John Wilkins f1e0305f0d doc: Removed the --without-tcmalloc flag until further advised.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-03 16:13:13 -08:00

29 lines
797 B
ReStructuredText

===============
Building 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
.. topic:: Hyperthreading
You can use ``make -j`` to execute multiple jobs depending upon your system. For
example, ``make -j4`` for a dual core processor may build faster.
To install Ceph locally, you may also use::
sudo make install
If you install Ceph locally, ``make`` will place the executables in
``usr/local/bin``. You may add the Ceph configuration file to the
``usr/local/bin`` directory to run an evaluation environment of Ceph from a
single directory.
.. _Memory Profiling: ../../rados/operations/memory-profiling