36 | | Version '''4.5.1 GA''' is available for downloading in the following packages and formats: |
37 | | ||'''GCC 442 runtime library'''||[ftp://ftp.netlabs.org/pub/qt4/gcc-lib-4_4_2-20091204.wpi WPI]||This WPI is needed for all Qt installations|| |
38 | | ||'''Qt runtime libraries and plugins'''||[ftp://ftp.netlabs.org/pub/qt4/4.5.1-ga/qt-lib-4_5_1-ga-noxwpdep.wpi WPI]||This is the official Qt 4 runtime that is necessary to run applications created using the Qt4 framework. Note that you will also need [ftp://ftp.netlabs.org/pub/qt4/gcc-lib-4_4_2-20091204.wpi this] GCC 4 runtime library for all recent Qt 4 builds. '''UPDATE''': the WPI archive has been improved to install on systems with no XWorkplace/XCenter installed.|| |
39 | | ||'''Qt development libraries and tools'''||[ftp://ftp.netlabs.org/pub/qt4/4.5.1-ga/qt-dev-4_5_1-ga.wpi WPI]||This is necessary to compile applications created using the Qt4 framework (make sure you read [source:/tags/4.5.1-os2-ga/README.OS2#L188 this] to understand what this package is for).[[BR]]Requires the '''Qt runtime libraries and plugins''' package. |
40 | | ||'''Qt demo and example applications'''||[ftp://ftp.netlabs.org/pub/qt4/4.5.1-ga/qt-examples-4_5_1-ga.wpi WPI]||Standard Qt demo and example applications (with the source code) that demonstrate the Qt4 features.[[BR]]Requires '''Qt runtime libraries and plugins''' and '''Qt development libraries and tools'''. |
41 | | ||'''Full Qt source code'''||[ftp://ftp.netlabs.org/pub/qt4/4.5.1-ga/qt-all-opensource-src-4_5_1-os2-ga.zip ZIP]||Take this if you want to build the Qt library yourself (recommended as the '''development environment''' if you regularly develop or port Qt applications).|| |
| 36 | * Complete printing support through CUPS (requires [http://svn.netlabs.org/ecups/wiki eCUPS] to be installed). |
| 37 | * Painting in widgets using DIVE, which makes all graphical operations up to 4 times faster comparing to 4.5.1 GA (the actual numbers depend on the combination of the graphics hardware, video driver and the current screen mode). The non-DIVE painting mode is also optimized, with the performance boost varying from 30% to 200%. |
| 38 | * webkit module (used in many complex web-based applications such as web browsers to implement the JavaScript support). |
| 39 | * help module (used for context sensitive help in applications). |
| 40 | * Qt Assistant tool. |
| 41 | |
| 42 | The more detailed list of changes can be found [source:/tags/4.6.2-os2/CHANGES.OS2 here]. |
| 43 | |
| 44 | Version '''4.6.2''' is available for downloading in the following packages and formats. |
| 45 | |
| 46 | ==== Prerequisites ==== |
| 47 | |
| 48 | ||'''GCC 4 Core Libraries'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi WPI]||GCC 4 runtime libraries needed for all Qt 4 installations.|| |
| 49 | ||'''eCUPS Installer'''||[ftp://ftp.netlabs.org/incoming/eCUPS003.wpi WPI]||eCUPS support necessary for printing to work in Qt 4 applications (optional).|| |
| 50 | |
| 51 | ==== Qt 4 Packages ==== |
| 52 | |
| 53 | ||'''Qt Runtime Libraries and Plugins'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-lib-4_6_2.wpi WPI]||This is the official Qt 4 runtime that is necessary to run applications created using the Qt4 framework.|| |
| 54 | ||'''Qt Runtime Libraries and Plugins (no XWP dependency)'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-lib-4_6_2-noxwpdep.wpi WPI]||This is the official Qt 4 runtime which does not require XWorkplace to be installed (this makes the system tray support and improved file watching unavailable).|| |
| 55 | ||'''Qt Development Libraries and Tools'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-dev-4_6_2.wpi WPI]||This is necessary to compile applications created using the Qt4 framework (make sure you read [source:/tags/4.6.2-os2/README.OS2#L239 this] to understand what this package is for). Requires the '''Qt Runtime Libraries and Plugins''' package.|| |
| 56 | ||'''Qt Reference Documentation'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-doc-4_6_2.wpi WPI]||Documentation for the Qt library and tools. Requires '''Qt Development Libraries and Tools'''.|| |
| 57 | ||'''Qt Demo and Example Applications'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-examples-4_6_2.wpi WPI]||Standard Qt demo and example applications (with the source code) that demonstrate the Qt4 features. Requires '''Qt Development Libraries and Tools'''.|| |
| 58 | ||'''Full Qt Source Code'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-all-opensource-src-4_6_2-os2.zip ZIP]||Take this if you want to build the Qt library yourself (recommended as the '''development environment''' if you regularly develop or port Qt applications).|| |