X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=inline;f=INSTALL;h=c41b69ef1cf8c269264577003e1f0865c1a1c1a4;hb=2c39a401375896bc2a9ee99e65f37d590682bfb1;hp=bfa4bdd97c9f14a45d0ca35fde0667eb9a748beb;hpb=d8b5a1f3ff5a6b7e89f4dd00b92779f178089299;p=ginac.git diff --git a/INSTALL b/INSTALL index bfa4bdd9..c41b69ef 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ PREREQUISITES ============= GiNaC requires the CLN library by Bruno Haible installed on your system. -It is available from . +It is available from . You will also need a decent ANSI-compliant C++-compiler. We recommend the C++ compiler from the GNU compiler collection, GCC >= 3.4. If you have a @@ -11,7 +11,8 @@ use the same compiler you compiled CLN with because of differing name-mangling schemes. The pkg-config utility is required for configuration, it can be downloaded -from . +from . Also Python version >= 2.6 is +required. To build the GiNaC tutorial and reference manual the doxygen utility (it can be downloaded from http://www.stack.nl/~dimitri/doxygen) and @@ -19,7 +20,7 @@ TeX are necessary. Known to work with: - Linux on x86 and x86_64 using - - GCC 3.4, 4.0, 4.1, 4.2, 4.3.x (x >= 1), 4.4, 4.5, and 4.6 + - GCC 3.4, 4.0, 4.1, 4.2, 4.3.x (x >= 1), 4.4, 4.5, 4.6, and 4.9 - Clang 2.8 - Windows on x86 using GCC 3.4 (MinGW) @@ -31,7 +32,7 @@ Known not to work with: is missing there. If you install from git, you also need GNU autoconf (>=2.59), automake (>=1.8), -libtool (>= 1.5), bison (>= 2.3), flex (>= 2.5.33) to be installed. +libtool (>= 1.5), python (>= 2.5), bison (>= 2.3), flex (>= 2.5.33) to be installed. INSTALLATION