[542] | 1 | This is Qt version 4.5.1 GA for OS/2 and eCS.
|
---|
[144] | 2 |
|
---|
[397] | 3 | This document contains a brief information on the OS/2 version of the Qt
|
---|
[524] | 4 | library. Please read it carefully before starting your work. You may also
|
---|
| 5 | visit the project page at
|
---|
[144] | 6 |
|
---|
| 7 | http://svn.netlabs.org/qt4/wiki
|
---|
| 8 |
|
---|
[188] | 9 | to get more information and the latest news and also to report bugs.
|
---|
[144] | 10 |
|
---|
[397] | 11 | To get a brief list of OS/2-specific changes from release to release
|
---|
| 12 | please see the CHANGES.OS2 file included in this distribution.
|
---|
[144] | 13 |
|
---|
[188] | 14 |
|
---|
[397] | 15 |
|
---|
[144] | 16 | REQUIREMENTS
|
---|
| 17 |
|
---|
[397] | 18 | In order to compile the Qt library and Qt-based applications, you will need
|
---|
| 19 | the following tools:
|
---|
[144] | 20 |
|
---|
| 21 | - One of the OS/2 Warp 4, OS/2 Warp 4.5 or eComStation operating systems.
|
---|
| 22 |
|
---|
[524] | 23 | - InnoTek GCC compiler version 3.3.5 CSD3 or 4.4.2 (recommended).
|
---|
| 24 | You can download the GCC 4.4.2 compiler using the following link:
|
---|
[144] | 25 |
|
---|
[524] | 26 | http://download.smedley.info/gcc-4.4.2-os2-20091205.zip
|
---|
| 27 |
|
---|
| 28 | GCC 4.4.2 requires newer binutils available at:
|
---|
| 29 |
|
---|
| 30 | http://download.smedley.info/binutils-2.19.1-os2-20090427.zip
|
---|
| 31 |
|
---|
| 32 | Note that in order to use the above version of GCC, you will also need
|
---|
| 33 | to install the previous 3.x version (e.g. 3.3.5 CSD3) available at:
|
---|
| 34 |
|
---|
[144] | 35 | ftp://ftp.netlabs.org/pub/gcc/GCC-3.3.5-csd3.zip
|
---|
| 36 |
|
---|
[259] | 37 | - Patched OpenWatcom linker which you can download from here:
|
---|
[144] | 38 |
|
---|
[152] | 39 | ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip
|
---|
[144] | 40 |
|
---|
[152] | 41 | Note that if you use IBM ILINK (no matter what version), you will
|
---|
| 42 | not be able to build the debug version of the library due to
|
---|
| |
---|