aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2c67fcda3f..08d253afc8 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
* LLVM 3.8.0 or later (optional, needed for the Clang Code Model)
The installed toolchains have to match the one Qt was compiled with.
@@ -45,7 +43,7 @@ Installation ("make install") is not needed. It is however possible, using
This section provides step by step instructions for compiling the latest
versions of Qt and Qt Creator on Windows. Alternatively, to avoid having to
compile Qt yourself, you can use one of the versions of Qt shipped with the Qt
-SDK (release builds of Qt using MinGW and Visual C++ 2013 or later).
+SDK (release builds of Qt using MinGW and Visual C++ 2015 or later).
For detailed information on the supported compilers, see
<https://wiki.qt.io/Building_Qt_5_from_Git> .
@@ -62,7 +60,7 @@ For detailed information on the supported compilers, see
for example, `c:\work`. If you plan to use MinGW and Microsoft Visual
Studio simultaneously or mix different Qt versions, we recommend
creating a directory structure which reflects that. For example:
- `C:\work\qt5.5.1-vs12, C:\work\qt5.5.1-mingw`.
+ `C:\work\qt5.6.0-vs12, C:\work\qt5.6.0-mingw`.
4. Download and install Perl from <https://www.activestate.com/activeperl>
and check that perl.exe is added to the path. Run `perl -v` to verify
@@ -103,7 +101,7 @@ For detailed information on the supported compilers, see
environment for the compiler (provided by the Windows SDK or the
compiler):
- CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
+ CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
set PATH=<path_to_qt>\[qtbase\]bin;<working_directory>\creator\bin;%PATH%
set QMAKESPEC=win32-msvc2013