comparison readme.txt @ 2957:217ebbee034f

Win: Reenable -DAEROGLASS support, it was accidentally removed while testing on Win2k. Also update the readme and recommended compiler message in dwtestoo. Going to recommend GCC 5 since while 4.5+ should work it is extremely buggy.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jan 2023 19:55:55 +0000
parents 0577a97fe36d
children ebb94fc2b19f
comparison
equal deleted inserted replaced
2956:afe9c20294ca 2957:217ebbee034f
28 C++: Recommends a C++11 compatible compiler. 28 C++: Recommends a C++11 compatible compiler.
29 MacOS: PowerPC GCC 6 from Tiger Brew. 29 MacOS: PowerPC GCC 6 from Tiger Brew.
30 Intel Apple Clang from Xcode 4.4 or later. 30 Intel Apple Clang from Xcode 4.4 or later.
31 Apple Silicon any supported Apple Clang. 31 Apple Silicon any supported Apple Clang.
32 Windows: Visual Studio 2015, recent Clang-cl or MingW32. 32 Windows: Visual Studio 2015, recent Clang-cl or MingW32.
33 Linux/FreeBSD: GCC 4.8.1 or Clang 3.3 recommended. 33 Linux/FreeBSD: GCC 5 or Clang 3.3 recommended.
34 OS/2: GCC 9.2 from Bitwise Works recommended. 34 OS/2: GCC 9.2 from Bitwise Works recommended.
35 35
36 If you build with a pre-C++11 compiler features will be 36 If you build with a pre-C++11 compiler features will be
37 disabled, and you may ended up building an extremely 37 disabled, and you may ended up building an extremely
38 simplified sample application instead of the full one. 38 simplified sample application instead of the full one.