List required Debian packages in the README file.

This commit is contained in:
Gunnar Beutner 2012-09-10 16:02:41 +02:00
parent 12f6b87bbc
commit 9e818950d2
1 changed files with 14 additions and 11 deletions

25
README
View File

@ -2,13 +2,15 @@ Build Requirements
------------------ ------------------
The following requirements need to be fulfilled in order to build the 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) * GNU make (make on RHEL and Debian)
* C++ compiler (gcc-c++) * C++ compiler (gcc-c++ on RHEL, build-essential on Debian)
* OpenSSL library and header files (openssl-devel) * OpenSSL library and header files (openssl-devel on RHEL, libssl-dev
* Boost library and header files (boost-devel) on Debian)
* optional: Doxygen (doxygen) * Boost library and header files (boost-devel on RHEL, libboost-all-dev
on Debian)
* optional: Doxygen (doxygen on RHEL and Debian)
Packaging Requirements 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 software components need to be installed in addition to the build requirements
mentioned above: mentioned above:
* GNU Automake (automake) * GNU Automake (automake on RHEL and Debian)
* GNU Autoconf (autoconf) * GNU Autoconf (autoconf on RHEL and Debian)
* GNU Libtool (libtool, libtool-ltdl-devel) * GNU Libtool (libtool and libtool-ltdl-devel on RHEL, libtool and
* GNU bison (bison) libltdl-dev on Debian)
* GNU flex (flex) * GNU bison (bison on RHEL and Debian)
* GNU flex (flex on RHEL and Debian)
Debian Packages Debian Packages
--------------- ---------------