summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-18 09:08:04 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-19 13:11:59 (GMT)
commitb8092f61a8a15820ec3cab25fd1196647afa332b (patch)
tree016cb3f31999748c19145ab50e4dc63f2f92bd64 /doc
parent2cdf2512b4c35f36cad4b3456149e3e2fc115e92 (diff)
downloadQt-b8092f61a8a15820ec3cab25fd1196647afa332b.zip
Qt-b8092f61a8a15820ec3cab25fd1196647afa332b.tar.gz
Qt-b8092f61a8a15820ec3cab25fd1196647afa332b.tar.bz2
doc: Added note about which MinGW package to use and where to get it.
Task-number: QTBUG-5764 (cherry picked from commit 11f192c2bc15b468379032f329d8805aac4a0886)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/compiler-notes.qdoc20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc
index 6404db3..aad32f4 100644
--- a/doc/src/platforms/compiler-notes.qdoc
+++ b/doc/src/platforms/compiler-notes.qdoc
@@ -97,12 +97,24 @@
\o mingw32-make 3.80.0-3
\endlist
+ \note For users of the MinGW binary package: This package is now
+ based on MinGW 4.4. The installer no longer offers to download
+ MinGW for you, but rather offers to use a version of MinGW that
+ you already have installed on your machine. You just tell the
+ installer which directory MinGW is installed in. If you don't
+ already have MinGW 4.4 installed, you can download a .zip archive
+ from our \l{ftp://ftp.trolltech.com/misc/MinGW-gcc440_1.zip} {ftp
+ site}. This archive provides fixes to MinGW and support for
+ missing API, See the _patches directory in the archive for
+ details.
+
\section2 GCC 4.0.0
- The released package of the compiler has some bugs that lead to miscompilations.
- We recommend using GCC 4.0.1 or later, or to use a recent CVS snapshot of the
- GCC 4.0 branch. The version of GCC 4.0.0 that is shipped with Mac OS X 10.4
- "Tiger" is known to work with Qt for Mac OS X.
+ The released package of the compiler has some bugs that lead to
+ miscompilations. We recommend using GCC 4.0.1 or later, or to use
+ a recent CVS snapshot of the GCC 4.0 branch. The version of GCC
+ 4.0.0 that is shipped with Mac OS X 10.4 "Tiger" is known to work
+ with Qt for Mac OS X.
\section2 HP-UX