]> www.ginac.de Git - cln.git/blobdiff - INSTALL
* examples/perfnum.cc: update to presumed 42st Mersenne prime.
[cln.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e0da44622e2bef1d470f5f37f4acc9464fb7096c..a4f271429faae3d4312c9c5aad16de71f92ef05c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,9 +11,11 @@ $ 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-3]
+  - Linux/x86, gcc-2.95.x, gcc-3.[0-4]
+  - Linux/x86_64, gcc-3.[3-4]
   - Linux/ia64, gcc-2.96, gcc-3.[2-3]
   - Linux/arm, gcc-2.95.3, gcc-3.[0-3]
+  - Linux/mips, gcc-3.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]
@@ -22,7 +24,7 @@ Known to work with:
   - 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.