]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add missing dependencies to README
authorMike Ryan <mike.ryan@inktank.com>
Thu, 19 Jul 2012 18:18:19 +0000 (11:18 -0700)
committerMike Ryan <mike.ryan@inktank.com>
Thu, 19 Jul 2012 18:29:40 +0000 (11:29 -0700)
Signed-off-by: Mike Ryan <mike.ryan@inktank.com>
README

diff --git a/README b/README
index 7c6d96fdc9836c2c29ff6f683b064644e71b50b7..ca3eb0a25b68c65df2afc331fca444566966a02f 100644 (file)
--- a/README
+++ b/README
@@ -114,7 +114,11 @@ To build the source code, you must install the following:
 - libfuse-dev
 - linux-kernel-headers
 - libcrypto++-dev
+- libaio-dev
+- libgoogle-perftools-dev
+- libkeyutils-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
+       $ 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