From: Kai Zhang Date: Wed, 11 Dec 2013 00:25:48 +0000 (-0800) Subject: add apt-get install pkg-config for ubuntu server X-Git-Tag: v0.75~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F929%2Fhead;p=ceph.git add apt-get install pkg-config for ubuntu server Signed-off-by: Kai Zhang --- diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index a20b1c61f20d..d835d3a35845 100644 --- a/doc/install/build-ceph.rst +++ b/doc/install/build-ceph.rst @@ -41,7 +41,7 @@ started quickly. Ceph build scripts depend on the following: On Ubuntu, execute ``sudo apt-get install`` for each dependency that isn't installed on your host. :: - sudo apt-get 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 + sudo apt-get 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 On Debian/Squeeze, execute ``aptitude install`` for each dependency that isn't installed on your host. ::