aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-06-30 12:14:26 +0200
committerEike Ziller <eike.ziller@qt.io>2016-07-06 08:11:51 +0000
commit7812390b0bdb31aec113fef317e4e83c4f822872 (patch)
tree8efeae1e39b9434ac10eda183da56b2f6ca95f1c /README.md
parent070e6235fa8a3b430623271f6b486c26604993b6 (diff)
Update requirements for building Qt Creator
Change-Id: I462c496a6998862d1f1d09fc323342429115b67b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Ralf Nolden <nolden@kde.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index d48d5df651..bef59ad6c7 100644
--- a/README.md
+++ b/README.md
@@ -10,19 +10,17 @@ Windows 7 or later
(K)Ubuntu Linux 14.04 (64-bit) or later
macOS 10.8 or later
-Building the sources requires Qt 5.5.0 or later.
-
## Compiling Qt Creator
Prerequisites:
-* Qt 5.5.0 or later
+* Qt 5.6.0 or later
* On Windows:
* ActiveState Active Perl
- * MinGW with g++ 4.7 or Visual Studio 2013 Update 2 or later
+ * MinGW with g++ 4.8 or Visual Studio 2015 or later
* jom
* On Mac OS X: latest Xcode
-* On Linux: g++ 4.7 or later
+* On Linux: g++ 4.8 or later
The installed toolchains have to match the one Qt was compiled with.