mirror of https://github.com/Icinga/icinga2.git
Updated README file.
This commit is contained in:
parent
77ce61d548
commit
6b01b57686
19
README
19
README
|
@ -2,12 +2,13 @@ Build Requirements
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
The following requirements need to be fulfilled in order to build the
|
The following requirements need to be fulfilled in order to build the
|
||||||
application using a dist tarball:
|
application using a dist tarball (RHEL package names in parenthesis):
|
||||||
|
|
||||||
* C++ compiler
|
* GNU make (make)
|
||||||
* OpenSSL library and header files
|
* C++ compiler (gcc-c++)
|
||||||
* Boost library and header files
|
* OpenSSL library and header files (openssl-devel)
|
||||||
* Doxygen (only if you plan on building the internal code documentation)
|
* Boost library and header files (boost-devel)
|
||||||
|
* optional: Doxygen (doxygen)
|
||||||
|
|
||||||
Packaging Requirements
|
Packaging Requirements
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -16,9 +17,11 @@ In order to build a dist tarball for the application the following external
|
||||||
software components need to be installed in addition to the build requirements
|
software components need to be installed in addition to the build requirements
|
||||||
mentioned above:
|
mentioned above:
|
||||||
|
|
||||||
* GNU Automake
|
* GNU Automake (automake)
|
||||||
* GNU Autoconf
|
* GNU Autoconf (autoconf)
|
||||||
* GNU Libtool
|
* GNU Libtool (libtool, libtool-ltdl-devel)
|
||||||
|
* optional: GNU bison (bison)
|
||||||
|
* optional: GNU flex (flex)
|
||||||
|
|
||||||
Debian Packages
|
Debian Packages
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue