]> granicus.if.org Git - icinga2/blob - README
Replaced custom event code with Boost.Signals.
[icinga2] / README
1 Build Requirements
2 ------------------
3
4 The following requirements need to be fulfilled in order to build the
5 application using a dist tarball:
6
7 * C++ compiler
8 * OpenSSL library and header files
9 * Boost library and header files
10 * Doxygen (only if you plan on building the internal code documentation)
11
12 Packaging Requirements
13 ----------------------
14
15 In order to build a dist tarball for the application the following external
16 software components need to be installed in addition to the build requirements
17 mentioned above:
18
19 * GNU Automake
20 * GNU Autoconf
21 * GNU Libtool
22
23 Debian Packages
24 ---------------
25
26 This program comes with its own Debian packaging scripts which may or may not
27 fully comply with the official Debian packaging requirements. These scripts can
28 be found in the 'debian' sub-directory. Binary packages can be built using
29 'dpkg-buildpackage'.