]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added some packages to the copyable line.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 3 Jan 2013 21:29:20 +0000 (13:29 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 3 Jan 2013 21:29:20 +0000 (13:29 -0800)
Fixes: #3686
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/build-prerequisites.rst

index f68a68fc10bb484af1b1ae13335d6c42fcf7e77e..143f6b4620d790db73737a7ee65c1a27f06b549a 100644 (file)
@@ -38,8 +38,14 @@ installed on your host. ::
 On Debian/Squeeze, execute ``aptitude install`` for each dependency that isn't 
 installed on your host. ::
 
-       aptitude install autotools-dev autoconf automake cdbs gcc g++ git libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libcrypto++ libexpat1-dev
+       aptitude install autotools-dev autoconf automake cdbs gcc g++ git libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libcrypto++ libexpat1-dev pkg-config libcurl4-gnutls-dev
+       
+On Debian/Wheezy, you may also need:: 
 
+       keyutils-dev libaio and libboost-thread-dev
+
+.. note:: Some distributions that support Google's memory profiler tool may use
+   a different package name (e.g., ``libgoogle-perftools4``).
 
 Ubuntu
 ======