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>
This commit is contained in:
Eike Ziller
2017-01-17 14:35:31 +01:00
parent 6e06cbd2d6
commit 20670d62ba
2 changed files with 4 additions and 4 deletions

View File

@@ -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: The standalone binary packages support the following platforms:
* Windows 7 or later * 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 * macOS 10.8 or later
## Compiling Qt Creator ## Compiling Qt Creator
@@ -18,10 +18,10 @@ Prerequisites:
* Qt WebEngine module for QtWebEngine based help viewer * Qt WebEngine module for QtWebEngine based help viewer
* On Windows: * On Windows:
* ActiveState Active Perl * 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 * jom
* On Mac OS X: latest Xcode * 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 * 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") section "Get LLVM/Clang for the Clang Code Model")
* CMake (only for manual builds of LLVM/Clang) * CMake (only for manual builds of LLVM/Clang)

View File

@@ -57,7 +57,7 @@
\l{http://pubs.vmware.com/workstation-10/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-EA588485-718A-4FD8-81F5-B6E1F04C5788.html} \l{http://pubs.vmware.com/workstation-10/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-EA588485-718A-4FD8-81F5-B6E1F04C5788.html}
{Prepare the Host System to Use DirectX 9 Accelerated Graphics}. {Prepare the Host System to Use DirectX 9 Accelerated Graphics}.
\li (K)Ubuntu Linux 14.04 (64-bit) or later \li (K)Ubuntu Linux 16.04 (64-bit) or later
To build Qt applications using \QC on Linux, you usually need the To build Qt applications using \QC on Linux, you usually need the
following: following: