1 | This is Beta 1 of Qt version 4.5.1 for OS/2 and eCS.
|
---|
2 |
|
---|
3 | This document contains a brief information on the OS/2
|
---|
4 | version of the Qt library. Please visit the project page at
|
---|
5 |
|
---|
6 | http://svn.netlabs.org/qt4/wiki
|
---|
7 |
|
---|
8 | to get more information and the latest news and to report bugs.
|
---|
9 |
|
---|
10 |
|
---|
11 | REQUIREMENTS
|
---|
12 |
|
---|
13 | In order to compile the Qt library, you will need the following tools:
|
---|
14 |
|
---|
15 | - One of the OS/2 Warp 4, OS/2 Warp 4.5 or eComStation operating systems.
|
---|
16 |
|
---|
17 | - InnoTek GCC compiler version 3.3.5 CSD3 or above (not tested).
|
---|
18 | You can download a copy of the compiler using the following link:
|
---|
19 |
|
---|
20 | ftp://ftp.netlabs.org/pub/gcc/GCC-3.3.5-csd3.zip
|
---|
21 |
|
---|
22 | - Patched OpenWatcom linker which you can download from:
|
---|
23 |
|
---|
24 | ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip
|
---|
25 |
|
---|
26 | Note that if you use IBM ILINK (no matter what version), you will
|
---|
27 | not be able to build the debug version of the library due to
|
---|
28 | bugs/limitations of ILINK.
|
---|
29 |
|
---|
30 | - GNU Make 3.81beta1 or above (not tested) available at:
|
---|
31 |
|
---|
32 | http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip
|
---|
33 |
|
---|
34 | After unpacking the GCC archive, you will have to set up the compiler
|
---|
35 | environment by invoking gccenv.cmd from the bin subdirectory with the
|
---|
36 | correct arguments (type gccenv.cmd -? for help). For the OpenWatcom
|
---|
37 | linker, specify WLINK as the second argument. You will also need to perform
|
---|
38 | the following steps:
|
---|
|
---|