aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-01-17 14:35:31 +0100
committerEike Ziller <eike.ziller@qt.io>2017-01-30 08:19:29 +0000
commit20670d62bac41979d6223da5ad8ee93d3f76e8b6 (patch)
tree66087b3d68c0a94d3dd9f09833361cd1dd49d862 /README.md
parent6e06cbd2d6ccbc02cc34ed475f5e5165b9902e88 (diff)
Update requirements to GCC>=4.9
Change-Id: I34b5dcec552c0af0ce7184a43fa7fba4a75415c4 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f4420fafd..b46e247900 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Qt Creator is a cross-platform IDE for development with the Qt framework.
The standalone binary packages support the following platforms:
* Windows 7 or later
-* (K)Ubuntu Linux 14.04 (64-bit) or later
+* (K)Ubuntu Linux 16.04 (64-bit) or later
* macOS 10.8 or later
## Compiling Qt Creator
@@ -18,10 +18,10 @@ Prerequisites:
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
- * MinGW with g++ 4.8 or Visual Studio 2015 or later
+ * MinGW with g++ 4.9 or Visual Studio 2015 or later
* jom
* On Mac OS X: latest Xcode
-* On Linux: g++ 4.8 or later
+* On Linux: g++ 4.9 or later
* LLVM/Clang 3.9.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)