diff options
author | Eike Ziller <eike.ziller@digia.com> | 2014-07-10 15:50:06 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2014-07-10 17:54:45 +0200 |
commit | 25c23c7d614768e69edfd88afccc5f9c5f06db15 (patch) | |
tree | aae97a23173617135a332f2a078bd9201b093e2e /README | |
parent | 81b95638169383779a6a5e06cb63c22c975473e9 (diff) | |
download | qt-creator-25c23c7d614768e69edfd88afccc5f9c5f06db15.tar.gz |
Put compiler prerequisites into README
Change-Id: I2567d6c06e7318c4aaccf3fd5dbbac5ecc0d456d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,9 +20,10 @@ Prerequisites: * Qt 5.3.1 or later (with restrictions also Qt 4.8.x) * On Windows: - ActiveState Active Perl - - MinGW or Visual Studio 2010 or later + - MinGW with g++ 4.5 or Visual Studio 2010 or later - jom * On Mac OS X: latest Xcode + * On Linux: g++ 4.5 or later The installed toolchains have to match the one Qt was compiled with. |