From 9e818950d2805bad0e5346ae98ffa1625ca35652 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 10 Sep 2012 16:02:41 +0200 Subject: [PATCH] List required Debian packages in the README file. --- README | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README b/README index 983b43c2a..17b05fd4b 100644 --- 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 --------------- -- 2.40.0