From 3ce783b0eaf2e9bd77e2b4816eb3f92852107b93 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 17 Jul 2018 10:02:16 +0200 Subject: [PATCH] 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 Reviewed-by: David Schulz Reviewed-by: Tobias Hunger --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f47c4a007c1..c6a4bdb3fa0 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)