Drop gcc 3.4 from the requirements in the README
It probably doesn't work any longer after the changes of 617db49fda
(Remove support for gcc < 4, 2020-07-10) and nobody uses it anyhow any
more.
This commit is contained in:
parent
564676e773
commit
e5fb5a290c
@ -32,7 +32,7 @@ This version of wxWidgets supports the following primary platforms:
|
|||||||
Most popular C++ compilers are supported including but not limited to:
|
Most popular C++ compilers are supported including but not limited to:
|
||||||
|
|
||||||
- Microsoft Visual C++ 2003 or later (up to 2019).
|
- Microsoft Visual C++ 2003 or later (up to 2019).
|
||||||
- g++ 3.4 or later, including MinGW/MinGW-64/TDM under Windows.
|
- g++ 4 or later, including MinGW/MinGW-64/TDM under Windows.
|
||||||
- Clang under macOS and Linux.
|
- Clang under macOS and Linux.
|
||||||
- Intel icc compiler.
|
- Intel icc compiler.
|
||||||
- Oracle (ex-Sun) CC.
|
- Oracle (ex-Sun) CC.
|
||||||
|
Loading…
Reference in New Issue
Block a user