summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-08-26 10:42:34 -0700
committerSage Weil <sage@inktank.com>2013-08-26 10:42:34 -0700
commitb74fa14afcf402c30f99afd941cfb3b3f524b5fd (patch)
treed08fc346e1304ffc665036a00c1ec6b16fc1abbe
parentd571825080f0bff1ed3666e95e19b78a738ecfe8 (diff)
parented712c13e1b8cce894959afedc79b7f89a8a2a24 (diff)
downloadceph-b74fa14afcf402c30f99afd941cfb3b3f524b5fd.tar.gz
Merge pull request #540 from ceph/wip-doc-update
List packages needed for RPM-based distros
-rw-r--r--README28
1 files changed, 27 insertions, 1 deletions
diff --git a/README b/README
index 1dcf94512ac..3662d0ea2cb 100644
--- 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
+ nss-devel
+ fuse-devel
+ gperftools-devel
+ libedit-devel
+ libatomic_ops-devel
+ snappy-devel
+ leveldb-devel
+ libaio-devel
+ boost-devel