aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 802c3545..b21547cd 100644
--- a/README
+++ b/README
@@ -49,17 +49,16 @@ HOW TO BUILD QT5
Windows:
--------
- Open a Windows SDK (7.0, 7.1 or later) command prompt. Ensure that Perl
- version 5.12 or later and Python version 2.7 or later can be found in the
- path.
+ Open a Windows SDK (7.0, 7.1 or later) command prompt. Ensure that the
+ following tools can be found in the path:
+ * 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/]
cd <path>\qt-everywhere-opensource-src-<version>
configure -prefix %CD%\qtbase -opensource -nomake tests
nmake // jom // mingw32-make
- For MinGW (gcc version 4.6 or later), ensure that the compiler can
- be found in the path.
-
To accelerate the bootstrap of qmake with MSVC, it may be useful to pass
"-make-tool jom" on the configure command line. If you do not use jom,
adding "/MP" to the CL environment variable is a good idea.
@@ -122,6 +121,7 @@ HOW TO BUILD QT5
=====================
See http://qt-project.org/wiki/Building-Qt-5-from-Git and README.git
for more information.
+ See http://qt-project.org/wiki/Qt-5 for the reference platforms.
Documentation