mirror of
https://github.com/ceph/ceph
synced 2024-12-13 06:57:21 +00:00
f53c8206f8
Signed-off-by: John Wilkins <john.wilkins@dreamhost.com> Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
22 lines
1.0 KiB
ReStructuredText
22 lines
1.0 KiB
ReStructuredText
=========================
|
|
Building Ceph from Source
|
|
=========================
|
|
|
|
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.
|
|
|
|
- :doc:`Build Prerequisites <build_from_source/build_prerequisites>`
|
|
- :doc:`Downloading a Ceph Release <build_from_source/downloading_a_ceph_release>`
|
|
- :doc:`Cloning the Ceph Source Code Repository <build_from_source/cloning_the_ceph_source_code_repository>`
|
|
- :doc:`Building Ceph<build_from_source/building_ceph>`
|
|
- :doc:`Building Ceph Install Packages <build_from_source/build_packages>`
|
|
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
Prerequisites <build_from_source/build_prerequisites>
|
|
Get a Release <build_from_source/downloading_a_ceph_release>
|
|
Clone the Source <build_from_source/cloning_the_ceph_source_code_repository>
|
|
Build the Source <build_from_source/building_ceph>
|
|
Build a Package <build_from_source/build_packages> |