]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Adds package deps to list in README
authorSam Lang <sam.lang@inktank.com>
Sun, 23 Sep 2012 23:58:46 +0000 (16:58 -0700)
committerSam Lang <sam.lang@inktank.com>
Sun, 23 Sep 2012 23:58:46 +0000 (16:58 -0700)
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>
README

diff --git a/README b/README
index ca3eb0a25b68c65df2afc331fca444566966a02f..e15999200267398463c61347ef7751e0f133ea36 100644 (file)
--- 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