diff options
author | Kai Koehne <kai.koehne@qt.io> | 2016-06-14 09:52:06 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2016-07-04 07:39:52 +0000 |
commit | 8ccf739ae08ac471cf916670c9ad6148f7e4fb93 (patch) | |
tree | 5f20bfb4aac33a62a4f836f5fdb93c2f9a05fc8d | |
parent | 828c7e9e4e231ba01d5f72f8d2268d234a642741 (diff) | |
download | qt5-8ccf739ae08ac471cf916670c9ad6148f7e4fb93.tar.gz |
README: Update Windows build requirements
Change-Id: I9e29d0728db35f65822aff9d709cd93a6b3b7ab2
Task-number: QTBUG-54084
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -39,8 +39,10 @@ HOW TO BUILD QT5 Windows: -------- - Open a Windows SDK (7.0, 7.1 or later) command prompt. Ensure that the - following tools can be found in the path: + Open a command prompt. + Ensure that the following tools can be found in the path: + * Supported compiler (Visual Studio 2012 or later, + MinGW-builds gcc 4.9 or later) * Perl version 5.12 or later [http://www.activestate.com/activeperl/] * Python version 2.7 or later [http://www.activestate.com/activepython/] * Ruby version 1.9.3 or later [http://rubyinstaller.org/] |