diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-01-03 13:29:20 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-01-03 13:29:20 -0800 |
commit | 43ef6772ebe6beffe957a8f4c5fd6938a266e3af (patch) | |
tree | 8f38a2cbeef33743451092338597571ab129bb7b | |
parent | 333ae82c61e8309a4e3b691a7fefb46be0d510c5 (diff) | |
download | ceph-43ef6772ebe6beffe957a8f4c5fd6938a266e3af.tar.gz |
doc: Added some packages to the copyable line.
Fixes: #3686
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/install/build-prerequisites.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/install/build-prerequisites.rst b/doc/install/build-prerequisites.rst index f68a68fc10b..143f6b4620d 100644 --- a/doc/install/build-prerequisites.rst +++ b/doc/install/build-prerequisites.rst @@ -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 ====== |