icinga2/README

33 lines
994 B
Plaintext
Raw Normal View History

2012-05-26 18:19:54 +02:00
Build Requirements
------------------
2012-05-25 16:56:47 +02:00
2012-05-26 18:19:54 +02:00
The following requirements need to be fulfilled in order to build the
2012-06-21 15:12:39 +02:00
application using a dist tarball (RHEL package names in parenthesis):
2012-05-25 16:56:47 +02:00
2012-06-21 15:12:39 +02:00
* GNU make (make)
* C++ compiler (gcc-c++)
* OpenSSL library and header files (openssl-devel)
* Boost library and header files (boost-devel)
* optional: Doxygen (doxygen)
2012-05-25 16:56:47 +02:00
2012-05-26 18:19:54 +02:00
Packaging Requirements
----------------------
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
mentioned above:
2012-06-21 15:12:39 +02:00
* GNU Automake (automake)
* GNU Autoconf (autoconf)
* GNU Libtool (libtool, libtool-ltdl-devel)
2012-06-21 16:16:53 +02:00
* GNU bison (bison)
* GNU flex (flex)
2012-05-26 18:19:54 +02:00
2012-05-27 16:21:50 +02:00
Debian Packages
---------------
2012-05-26 18:19:54 +02:00
This program comes with its own Debian packaging scripts which may or may not
fully comply with the official Debian packaging requirements. These scripts can
be found in the 'debian' sub-directory. Binary packages can be built using
'dpkg-buildpackage'.