]> granicus.if.org Git - icinga2/commitdiff
Updated README file.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Jun 2012 13:12:39 +0000 (15:12 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Jun 2012 13:12:39 +0000 (15:12 +0200)
README

diff --git a/README b/README
index 53378e034c3aacd22fd66553a80a0374edcf2fda..c15b481dd7f7fa134853a84fea65c6edeae69f44 100644 (file)
--- a/README
+++ b/README
@@ -2,12 +2,13 @@ Build Requirements
 ------------------
 
 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
-* OpenSSL library and header files
-* Boost library and header files
-* Doxygen (only if you plan on building the internal code documentation)
+* GNU make (make)
+* C++ compiler (gcc-c++)
+* OpenSSL library and header files (openssl-devel)
+* Boost library and header files (boost-devel)
+* optional: Doxygen (doxygen)
 
 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
 mentioned above:
 
-* GNU Automake
-* GNU Autoconf
-* GNU Libtool
+* GNU Automake (automake)
+* GNU Autoconf (autoconf)
+* GNU Libtool (libtool, libtool-ltdl-devel)
+* optional: GNU bison (bison)
+* optional: GNU flex (flex)
 
 Debian Packages
 ---------------