aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-17 10:02:16 +0200
committerEike Ziller <eike.ziller@qt.io>2018-07-19 09:44:27 +0000
commit3ce783b0eaf2e9bd77e2b4816eb3f92852107b93 (patch)
tree424ff5254f2008139f510c00eda2f0d1d63f3a0b /README.md
parent7cee991c70669c477aefa5009108fc0a658248de (diff)
Require GCC 5.3 or later on Linux/MinGW
GCC 4.9 is old and buggy, and major distributions nowadays provide GCC >= 5.3 for their stable/LTS versions. Change-Id: Ic94f28154cfd055eebf50d762935cc269afe00a6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f47c4a007c..c6a4bdb3fa 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ Prerequisites:
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
- * MinGW with g++ 4.9 or Visual Studio 2015 or later
+ * MinGW with g++ 5.3 or Visual Studio 2015 or later
* jom
* Python 3.5 or later (optional, needed for the python enabled debug helper)
* On Mac OS X: latest Xcode
-* On Linux: g++ 4.9 or later
+* On Linux: g++ 5.3 or later
* LLVM/Clang 6.0.0 or later (optional, needed for the Clang Code Model, see the
section "Get LLVM/Clang for the Clang Code Model")
* CMake (only for manual builds of LLVM/Clang)