source: trunk/README@ 497

Last change on this file since 497 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 3.9 KB
Line 
1This is Qt version 4.5.1.
2
3Qt is a comprehensive cross-platform C++ application framework. Qt 4
4introduces new features and many improvements over the 3.x series. See
5http://doc.trolltech.com/latest/qt4-intro.html for details.
6
7The Qt 4.x series is not binary compatible or source compatible with
8the 3.x series. For more information on porting from Qt 3 to Qt 4, see
9http://doc.trolltech.com/latest/porting4.html.
10
11
12INSTALLING Qt
13
14On Windows and Mac OS X, if you want to install the precompiled binary
15packages, simply launch the package and follow the instructions in the
16installation wizard.
17
18On Mac OS X, the binary package requires Mac OS X 10.4.x (Tiger) or
19later and GCC 4.0.1 to develop applications. Its applications will run
20on Mac OS X 10.3.9 and above.
21
22If you have a source package (a .tar.gz, .tar.bz2, or .zip file),
23follow the instructions in the INSTALL file.
24