add apt-get install pkg-config for ubuntu server

Signed-off-by: Kai Zhang <kaizh.pub@gmail.com>
This commit is contained in:
Kai Zhang 2013-12-10 16:25:48 -08:00
parent e5a02c33e2
commit e620057822
1 changed files with 1 additions and 1 deletions

View File

@ -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. ::