]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
De-document eval() in ginsh help and manpage.
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e3fdb7bfda3f1277d1ececd9398f7fce18dfaa1a..2e541d5a75ba4d2d602206bd58f71280e05d3b00 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,10 +2,10 @@ PREREQUISITES
 =============
 
 GiNaC requires the CLN library by Bruno Haible installed on your system.
-It is available from <ftp://ftpthep.physik.uni-mainz.de/pub/gnu/>.
+It is available from <http://www.ginac.de/CLN/>.
 
 You will also need a decent ISO C++-11 compiler. We recommend the C++
-compiler from the GNU compiler collection, GCC >= 4.9. If you have a
+compiler from the GNU compiler collection, GCC >= 4.8. If you have a
 different or older compiler you are on your own. Note that you may have to
 use the same compiler you compiled CLN with because of differing
 name-mangling schemes.
@@ -20,7 +20,7 @@ TeX are necessary.
 
 Known to work with:
  - Linux on x86 and x86_64 using 
-   - GCC 4.9, 5.1, and 5.2
+   - GCC 4.8, 4.9, 5.1, 5.2, and 5.3
    - Clang 3.5.0
 
 Known not to work with: