diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-18 09:08:04 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-18 09:08:04 (GMT) |
commit | 11f192c2bc15b468379032f329d8805aac4a0886 (patch) | |
tree | 3062b03668c7b31492aeba776de79396ac515799 | |
parent | cb5e66d1d43c0cf452aff0e437a2ea9011c6b659 (diff) | |
download | Qt-11f192c2bc15b468379032f329d8805aac4a0886.zip Qt-11f192c2bc15b468379032f329d8805aac4a0886.tar.gz Qt-11f192c2bc15b468379032f329d8805aac4a0886.tar.bz2 |
doc: Added note about which MinGW package to use and where to get it.
Task-number: QTBUG-5764
-rw-r--r-- | doc/src/platforms/compiler-notes.qdoc | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc index 4577bf0..cbe5ad6 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 |