mirror of https://github.com/Icinga/icinga2.git
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:
parent
1bd235b9fb
commit
36a9c4ddbf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue