summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2015-06-03 15:25:23 -0600
committerKen Dreyer <kdreyer@redhat.com>2015-06-03 15:25:23 -0600
commitfbb92797995ee17b92a6d68239dd688665372a61 (patch)
treedda3bbb77f17b86d32b0460ce9d74f4eb28b3284 /README.md
parent3fb1186d1a3f105c70a1deb20e62992c47952612 (diff)
downloadceph-fbb92797995ee17b92a6d68239dd688665372a61.tar.gz
README: simplify build deps section
The install-deps.sh step is the same for Debian and RPM-based systems. Simplify the two README sections into a single section. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/README.md b/README.md
index 06a69ea4a70..db891ea91b3 100644
--- a/README.md
+++ b/README.md
@@ -26,23 +26,13 @@ contributed under the terms of the applicable license.
Build Prerequisites
===================
-debian-based
-------------
-
-The list of debian packages dependencies can be installed with:
+The list of Debian or RPM packages dependencies can be installed with:
./install-deps.sh
Note: libsnappy-dev and libleveldb-dev are not available upstream for
Debian Squeeze. Backports for Ceph can be found at ceph.com/debian-leveldb.
-rpm-based
----------
-
-The list of RPM packages dependencies can be installed with:
-
- ./install-deps.sh
-
Building Ceph
=============