List pkg-config as a build requirement in INSTALL.md

fixes #12144

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
Jeremy Armstrong 2016-07-13 13:25:10 -06:00 committed by Gunnar Beutner
parent 1bd235b9fb
commit 36a9c4ddbf
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ parentheses):
* cmake
* GNU make (make)
* C++ compiler (gcc-c++ >= 4.7 on RHEL/SUSE, build-essential on Debian, alternatively clang++)
* pkg-config
* OpenSSL library and header files >= 0.9.8 (openssl-devel on RHEL, libopenssl1-devel on SLES11,
libopenssl-devel on SLES12, libssl-dev on Debian)
* Boost library and header files (boost-devel on RHEL, libboost-all-dev on Debian)