summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
blob: 66c91f9212e27227645ae483a9c24ea0a3b98215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
==================
 Ceph Source Code
==================

You can build Ceph from source by downloading a release or cloning the ``ceph``
repository at github. If you intend to build Ceph from source, please see the
build pre-requisites first. Making sure you have all the pre-requisites
will save you time.

.. toctree::

   Prerequisites <build-prerequisites>
   Get a Tarball <get-tarballs>
   Set Up Git <git>
   Clone the Source <clone-source>
   Build the Source <building-ceph>
   Build a Package <build-packages>
   Contributing Code <contributing>