From c639fec072ece5c6695699e18dbdcb40c9456b4b Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Thu, 13 Dec 2012 12:19:56 +0100 Subject: Add ruby to the list of new dependencies for Qt 5 on Windows Change-Id: Ieb168e8cd21633216fdb141907047da4e41c5091 Reviewed-by: Simon Hausmann Reviewed-by: Jerome Pasion Reviewed-by: Frederik Gladhorn --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b1c97a49..392d7eb2 100644 --- a/README +++ b/README @@ -49,9 +49,11 @@ 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 \qt-everywhere-opensource-src- configure -prefix %CD%\qtbase -opensource -nomake tests -- cgit v1.2.3 From 2ef82978ca338dcf6f46e8f1f1ebf7bcdd51c51c Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Fri, 22 Feb 2013 07:51:57 +0000 Subject: README: Update with the reference platforms and remove the mingw entry Change-Id: I1e43a52dc31c1103c91f61e423c6850697bc3540 Reviewed-by: Friedemann Kleint Reviewed-by: Kai Koehne --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 392d7eb2..06b57840 100644 --- a/README +++ b/README @@ -59,9 +59,6 @@ HOW TO BUILD QT5 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. @@ -124,3 +121,4 @@ 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. -- cgit v1.2.3