INSTALL (ginac-1.7.11.tar.bz2) | : | INSTALL (ginac-1.8.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
Known to work with: | Known to work with: | |||
- Linux on x86 and x86_64 using | - Linux on x86 and x86_64 using | |||
- GCC 4.8, 4.9, 5.x, 6.x, 7.x, 8.x, and 9.x | - GCC 4.8, 4.9, 5.x, 6.x, 7.x, 8.x, and 9.x | |||
- Clang 3.5, 3.6, 3.7, 3.8, 6.x, 7.x, 8.x, and 9.x | - Clang 3.5, 3.6, 3.7, 3.8, 6.x, 7.x, 8.x, and 9.x | |||
Known not to work with: | Known not to work with: | |||
- Clang 2.7 and earlier due to poor C++ support. | - Clang 2.7 and earlier due to poor C++ support. | |||
- GCC < 4.6.0 due to missing C++-11 support | - GCC < 4.6.0 due to missing C++-11 support | |||
If you install from git, you also need GNU autoconf (>=2.59), automake (>=1.8), | If you install from git, you also need GNU autoconf (>=2.59), automake (>=1.8), | |||
libtool (>= 1.5), python3, bison (>= 2.3), flex (>= 2.5.33) to be installed. | libtool (>= 1.5), python (version 2.7 or 3.x), bison (>= 2.3), flex (>= 2.5.33) | |||
to be installed. | ||||
INSTALLATION | INSTALLATION | |||
============ | ============ | |||
To install from an unpacked source .tar.bz2 distribution: | To install from an unpacked source .tar.bz2 distribution: | |||
$ ./configure | $ ./configure | |||
$ make | $ make | |||
[become root if necessary] | [become root if necessary] | |||
# make install | # make install | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |