sudo apt-get install `cat deps.deb.txt`
-Note: libsnappy-dev and libleveldb-dev are not available upstream for natty, oneiric, and squeeze. Backports for Ceph can be found at ceph.com/debian-leveldb.
+Note: libsnappy-dev and libleveldb-dev are not available upstream for
+natty, oneiric, and squeeze. Backports for Ceph can be found at
+ceph.com/debian-leveldb.
rpm-based
---------
Building Ceph
=============
-Developers, please refer to the [Developer Guide](doc/dev/quick_guide.rst)
-for more information, otherwise, you can build the server daemons, and FUSE client,
-by executing the following:
+Developers, please refer to the [Developer
+Guide](doc/dev/quick_guide.rst) for more information, otherwise, you
+can build the server daemons, and FUSE client, by executing the
+following:
./autogen.sh
./configure
Prerequisites
-------------
-The list of package dependencies for building the documentation can be found
-in doc_deps.deb.txt:
+The list of package dependencies for building the documentation can be
+found in doc_deps.deb.txt:
sudo apt-get install `cat doc_deps.deb.txt`
Building the Documentation
--------------------------
-To build the documentation, ensure that you are in the top-level `/ceph directory, and execute the build script. For example:
+To build the documentation, ensure that you are in the top-level
+`/ceph directory, and execute the build script. For example:
admin/build-doc