mirror of https://github.com/Icinga/icinga2.git
List required Debian packages in the README file.
This commit is contained in:
parent
12f6b87bbc
commit
9e818950d2
25
README
25
README
|
@ -2,13 +2,15 @@ Build Requirements
|
|||
------------------
|
||||
|
||||
The following requirements need to be fulfilled in order to build the
|
||||
application using a dist tarball (RHEL package names in parenthesis):
|
||||
application using a dist tarball (package names in parenthesis):
|
||||
|
||||
* GNU make (make)
|
||||
* C++ compiler (gcc-c++)
|
||||
* OpenSSL library and header files (openssl-devel)
|
||||
* Boost library and header files (boost-devel)
|
||||
* optional: Doxygen (doxygen)
|
||||
* GNU make (make on RHEL and Debian)
|
||||
* C++ compiler (gcc-c++ on RHEL, build-essential on Debian)
|
||||
* OpenSSL library and header files (openssl-devel on RHEL, libssl-dev
|
||||
on Debian)
|
||||
* Boost library and header files (boost-devel on RHEL, libboost-all-dev
|
||||
on Debian)
|
||||
* optional: Doxygen (doxygen on RHEL and Debian)
|
||||
|
||||
Packaging Requirements
|
||||
----------------------
|
||||
|
@ -17,11 +19,12 @@ 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:
|
||||
|
||||
* GNU Automake (automake)
|
||||
* GNU Autoconf (autoconf)
|
||||
* GNU Libtool (libtool, libtool-ltdl-devel)
|
||||
* GNU bison (bison)
|
||||
* GNU flex (flex)
|
||||
* GNU Automake (automake on RHEL and Debian)
|
||||
* GNU Autoconf (autoconf on RHEL and Debian)
|
||||
* GNU Libtool (libtool and libtool-ltdl-devel on RHEL, libtool and
|
||||
libltdl-dev on Debian)
|
||||
* GNU bison (bison on RHEL and Debian)
|
||||
* GNU flex (flex on RHEL and Debian)
|
||||
|
||||
Debian Packages
|
||||
---------------
|
||||
|
|
Loading…
Reference in New Issue