Update INSTALL file.

This commit is contained in:
Gunnar Beutner 2013-10-08 12:57:41 +02:00
parent 79dd1d3d56
commit 13b8edd239

View File

@ -17,8 +17,6 @@ parentheses):
* GNU make (make) * GNU make (make)
* C++ compiler (gcc-c++ on RHEL, build-essential on Debian) * C++ compiler (gcc-c++ on RHEL, build-essential on Debian)
* Flex
* GNU Bison
* OpenSSL library and header files (openssl-devel on RHEL, libssl-dev * OpenSSL library and header files (openssl-devel on RHEL, libssl-dev
on Debian) on Debian)
* Boost library and header files (boost-devel on RHEL, libboost-all-dev * Boost library and header files (boost-devel on RHEL, libboost-all-dev
@ -41,6 +39,9 @@ mentioned above:
* GNU bison (bison) * GNU bison (bison)
* GNU flex (flex) * GNU flex (flex)
In order to build the dist tarball (using "make dist") you need sufficiently
recent versions of the packages listed above.
User Requirements User Requirements
----------------- -----------------