]> www.ginac.de Git - cln.git/blobdiff - INSTALL
Update known-to-work-with compilers.
[cln.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 95f33bcfaaac4421c03b326ab1db3ac01b349abb..670b85d045e892ff9d7ca92b15670a6476278ff9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -88,31 +88,26 @@ $ make
 CLN is known to work with:
 =========================
 
-  - Linux/x86, gcc-3.x, gcc-4.[0-9].x
-  - Linux/x86_64, gcc-3.[3-4], gcc-4.[0-9].x, clang-2.8
-  - Linux/ia64, gcc-3.[2-4], gcc-4.[0-4].x
-  - Linux/arm, gcc-3.[0-3] (*), gcc-4.[0-9].x (*)
-  - Linux/mips, gcc-3.3, gcc-4.[0-9].x
-  - Linux/sparc, gcc-3.[1-3], gcc-4.[0-9].x
-  - Linux/alpha, gcc-3.[0-3], gcc-4.[0-2].x
-  - Linux/powerpc, gcc-3.[0-3], gcc-4.[0-9].x
-  - Linux/hppa, gcc-4.2.x (*)
-  - Solaris 2.4 (sparc), gcc-3.[1-3], gcc-4.[0-2].x (*)
-  - OSF/1 V4.0 (alpha), gcc-3.1
-  - Irix 6.5, gcc-3.0
-  - OS X Leopard (x86), gcc 4.0.1
-  - Windows/32-bit, MSVC 16.00.30319.01
+  - Linux/x86_64: gcc-3.[3,4], gcc-4.x.x, gcc-[5-7], clang-2.[8,9]
+  - Linux/x86: gcc-3.x.x, gcc-4.x.x, gcc-[5,6]
+  - Linux/ia64: gcc-3.[2-4], gcc-4.[0-4].x
+  - Linux/arm: gcc-3.[0-3], gcc-4.x.x, gcc-[5,6] (*)
+  - Linux/mips: gcc-3.3, gcc-4.[0-9].x, gcc-[5,6]
+  - Linux/sparc: gcc-3.[1-3], gcc-4.[0-9].x
+  - Linux/alpha: gcc-3.[0-3], gcc-4.[0-2].x
+  - Linux/powerpc: gcc-3.[0-3], gcc-4.[0-9].x, gcc-[5,6]
+  - Linux/hppa: gcc-4.2.x (*)
+  - Solaris 2.4 (sparc): gcc-3.[1-3], gcc-4.[0-2].x (*)
+  - OSF/1 V4.0 (alpha): gcc-3.1
+  - Irix 6.5: gcc-3.0
+  - OS X Leopard (x86): gcc 4.0.1
+  - Windows/32-bit: MSVC 16.00.30319.01
 
 (*) On these platforms, problems with the assembler routines have been
 reported. It may be best to add "-DNO_ASM" to CPPFLAGS before
 configuring.
 
-Using gcc-4.9, the "make" step takes about 15 minutes, on an x86_64 / 2 GHz.
-
-If you use g++ from gcc-3.0.4 or older on Sparc, add either "-O", "-O1" or
-"-O2 -fno-schedule-insns" to the CXXFLAGS. With full "-O2", g++ miscompiles
-the division routines. Do not use gcc-3.0 on Sparc for compiling CLN, it
-won't work at all.
+Using gcc-6, the "make" step takes about 15 minutes, on an x86_64 @ 3 GHz.
 
 More detailed installation instructions can be found in the documentation,
 in the doc/ directory.