]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
update the README with required RPM packages
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 26 Aug 2013 16:05:00 +0000 (12:05 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 26 Aug 2013 16:05:00 +0000 (12:05 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
README

diff --git a/README b/README
index 1dcf94512acda08a01d56a22965749a92b7f6c16..53bc69e7c993837e3f2e1acb72800ff50e9543a8 100644 (file)
--- a/README
+++ b/README
@@ -97,7 +97,11 @@ To build the documentation, ensure that you are in the top-level `/ceph director
 
 
 Build Prerequisites
--------------------
+===================
+
+
+debian-based
+------------
 To build the source code, you must install the following:
 
 - automake
@@ -132,3 +136,25 @@ To build the source code, you must install the following:
 For example:
 
        $ apt-get install automake autoconf pkg-config gcc g++ make libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev uuid-dev libatomic-ops-dev libboost-program-options-dev libboost-thread-dev libexpat1-dev libleveldb-dev libsnappy-dev libcurl4-gnutls-dev python-argparse python-flask
+
+rpm-based
+---------
+These are the rpm packages needed to install in an rpm-based OS:
+
+    autoconf
+    automake
+    gcc
+    make
+    libtool
+    python-argparse
+    python-flask
+    libuuid-devel
+    libnss-devel
+    fuse-devel
+    gperftools-devel
+    libedit-devel
+    libatomic_ops-devel
+    snappy-devel
+    leveldb-devel
+    libaio-devel
+    boost-devel