From e620057822be25324eb23ba5753d9eee9dcf9811 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Tue, 10 Dec 2013 16:25:48 -0800 Subject: [PATCH] add apt-get install pkg-config for ubuntu server Signed-off-by: Kai Zhang --- doc/install/build-ceph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index a20b1c61f20..d835d3a3584 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. ::