diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-12 08:16:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-12 08:16:38 (GMT) |
commit | 1212fbea0b6829986649dd1f237e59377f52a6cd (patch) | |
tree | d45f258fc2be2c5eb1369ae927b3734842ce74b8 /dist/README | |
parent | 118412e46f5b5af58eaa3012f9fb086894f9b5f2 (diff) | |
download | Qt-1212fbea0b6829986649dd1f237e59377f52a6cd.zip Qt-1212fbea0b6829986649dd1f237e59377f52a6cd.tar.gz Qt-1212fbea0b6829986649dd1f237e59377f52a6cd.tar.bz2 |
Make README more accurate for Mac OS X.
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'dist/README')
-rw-r--r-- | dist/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dist/README b/dist/README index 1c52eb3..529d2bd 100644 --- a/dist/README +++ b/dist/README @@ -11,16 +11,20 @@ http://qt.nokia.com/doc/latest/porting4.html. INSTALLING Qt +If you have a source package (a .tar.gz, or .zip file), follow the +instructions in the INSTALL file. + On Windows and Mac OS X, if you want to install the precompiled binary packages, simply launch the package and follow the instructions in the installation wizard. -On Mac OS X, the binary package requires Mac OS X 10.4.x (Tiger) or +For Mac OS X Carbon, the binary package requires Mac OS X 10.4 (Tiger) or later and GCC 4.0.1 to develop applications. Its applications will run -on Mac OS X 10.3.9 and above. +on Mac OS X 10.4 and above. -If you have a source package (a .tar.gz, or .zip file), follow the -instructions in the INSTALL file. +For Mac OS X Cocoa, the binary package requires Mac OS X 10.5 (Leopard) or +later and GCC 4.0.1 to develop applications. Its applications will run +on Mac OS X 10.5 and above. DEMOS AND EXAMPLES |