summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSam Lang <sam.lang@inktank.com>2012-09-23 16:58:46 -0700
committerSam Lang <sam.lang@inktank.com>2012-09-23 16:58:46 -0700
commit153fb3bd50c582ba20160c55e35cbcdceb2e6811 (patch)
treebfca398e996826dacdebba7f0421ce844e31ade8 /README
parent720a30173dc73b4e696ba4b8e0c977dd4f4db858 (diff)
downloadceph-153fb3bd50c582ba20160c55e35cbcdceb2e6811.tar.gz
doc: Adds package deps to list in README
The README provides a list of packages needed to successfully configure ceph. uuid-dev and libatomic-ops-dev are missing from the list. Signed-off-by: Sam Lang <sam.lang@inktank.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index ca3eb0a25b6..e1599920026 100644
--- a/README
+++ b/README
@@ -117,8 +117,11 @@ To build the source code, you must install the following:
- libaio-dev
- libgoogle-perftools-dev
- libkeyutils-dev
+- uuid-dev
+- libatomic-ops-dev
+
For example:
- $ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev
+ $ apt-get install automake autoconf automake gcc g++ 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