X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=INSTALL;h=44175a75f83364716fec020c65b9579ea71a7d37;hb=3914e3e6cf0dc3b0444b40f27ede7e4af9a589aa;hp=1089403712def21aff6ff568eda7d871ecc3a50f;hpb=0a943944e592ed38e1ad7fd833313b92244150ea;p=cln.git diff --git a/INSTALL b/INSTALL index 1089403..44175a7 100644 --- a/INSTALL +++ b/INSTALL @@ -4,17 +4,16 @@ Prerequisites. C++11-compliant C++ compiler. GNU C++ compiler (version >= 4.8.1) is recommend. Non-GNU compilers might not work at the moment. -GNU multiprecision library (http://gmplib.org), version > 4.0 (older 3.x -versions might work too). +GNU multiprecision library (http://gmplib.org), version > 4.0. [Optional] To build CLN documentation texinfo and TeX are necessary. If you install CLN from git, you also need git itself (http://git-scm.com), version >= 1.5.0 -GNU autoconf (http://www.gnu.org/software/autoconf), version >= 2.59 +GNU autoconf (http://www.gnu.org/software/autoconf), version >= 2.63 GNU libtool (http://www.gnu.org/software/libtool), version >= 1.5 -GNU automake (http://www.gnu.org/software/automake), version >= 1.8 +GNU automake (http://www.gnu.org/software/automake), version >= 1.11 Installation from a source .tar.bz2 distribution. ================================================