]> www.ginac.de Git - cln.git/blobdiff - INSTALL
* Updated to 43rd known Mersenne prime.
[cln.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1645ff3ffafea64f382a74a12d964cc8173d53d7..880bb20d86086db6b68c97155a413c0fb55b8721 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,18 +11,20 @@ $ make install
 You need GNU make. On HP-UX, you also need GNU sed.
 
 Known to work with:
-  - Linux/x86, gcc-2.95.x, gcc-3.[0-4]
-  - Linux/ia64, gcc-2.96, gcc-3.[2-3]
-  - Linux/arm, gcc-2.95.3, gcc-3.[0-3]
-  - Linux/sparc, gcc-2.95.3, gcc-3.[1-3]
-  - Linux/alpha, gcc-2.95.x, gcc-3.[0-3]
-  - Linux/powerpc, gcc-2.95.x, gcc-3.[0-3]
+  - Linux/x86, gcc-2.95.x, gcc-3.x, gcc-4.0.[0-2]
+  - Linux/x86_64, gcc-3.[3-4], gcc-4.0.[0-1]
+  - Linux/ia64, gcc-2.96, gcc-3.[2-3], gcc-4.0.[0-1]
+  - Linux/arm, gcc-2.95.3, gcc-3.[0-3], gcc-4.0.[0-1]
+  - Linux/mips, gcc-3.3, gcc-4.0.[0-1]
+  - Linux/sparc, gcc-2.95.3, gcc-3.[1-3], gcc-4.0.[0-1]
+  - Linux/alpha, gcc-2.95.x, gcc-3.[0-3], gcc-4.0.[0-1]
+  - Linux/powerpc, gcc-2.95.x, gcc-3.[0-3], gcc-4.0.[0-1]
   - Solaris 2.4 (sparc), gcc-2.95, gcc-3.[1-3]
   - OSF/1 V4.0 (alpha), gcc-2.95, gcc-3.1
   - Irix 6.5, gcc-2.95.x, gcc-3.0
   - BeOS, gcc-2.95.x
 
-The "make" step takes about 1 hour, on a P-II / 400 MHz / 256 MB.
+The "make" step takes about 30 minutes, on a P-III / 1 GHz / 512 MB.
 
 If you use g++ gcc-2.95.x or gcc-3.x, I recommend adding "-fno-exceptions" 
 to the CXXFLAGS. This will likely generate better code.