]> granicus.if.org Git - icinga2/commitdiff
List required Debian packages in the README file.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 10 Sep 2012 14:02:41 +0000 (16:02 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 10 Sep 2012 14:15:26 +0000 (16:15 +0200)
README

diff --git a/README b/README
index 983b43c2a396d612af53c1092c82e53a9585b1e2..17b05fd4baf4ed17fe14d4b0f1b307d97ea937c9 100644 (file)
--- a/README
+++ b/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
 ---------------