mirror of https://github.com/ceph/ceph
add apt-get install pkg-config for ubuntu server
Signed-off-by: Kai Zhang <kaizh.pub@gmail.com>
This commit is contained in:
parent
e5a02c33e2
commit
e620057822
|
@ -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. ::
|
||||
|
|
Loading…
Reference in New Issue