[397] | 1 | This is Beta 5 of Qt version 4.5.1 for OS/2 and eCS.
|
---|
[144] | 2 |
|
---|
[397] | 3 | This document contains a brief information on the OS/2 version of the Qt
|
---|
| 4 | library. Please visit the project page at
|
---|
[144] | 5 |
|
---|
| 6 | http://svn.netlabs.org/qt4/wiki
|
---|
| 7 |
|
---|
[188] | 8 | to get more information and the latest news and also to report bugs.
|
---|
[144] | 9 |
|
---|
[397] | 10 | To get a brief list of OS/2-specific changes from release to release
|
---|
| 11 | please see the CHANGES.OS2 file included in this distribution.
|
---|
[144] | 12 |
|
---|
[188] | 13 |
|
---|
[397] | 14 |
|
---|
[144] | 15 | REQUIREMENTS
|
---|
| 16 |
|
---|
[397] | 17 | In order to compile the Qt library and Qt-based applications, you will need
|
---|
| 18 | the following tools:
|
---|
[144] | 19 |
|
---|
| 20 | - One of the OS/2 Warp 4, OS/2 Warp 4.5 or eComStation operating systems.
|
---|
| 21 |
|
---|
| 22 | - InnoTek GCC compiler version 3.3.5 CSD3 or above (not tested).
|
---|
| 23 | You can download a copy of the compiler using the following link:
|
---|
| 24 |
|
---|
| 25 | ftp://ftp.netlabs.org/pub/gcc/GCC-3.3.5-csd3.zip
|
---|
| 26 |
|
---|
[259] | 27 | - Patched OpenWatcom linker which you can download from here:
|
---|
[144] | 28 |
|
---|
[152] | 29 | ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip
|
---|
[144] | 30 |
|
---|
[152] | 31 | Note that if you use IBM ILINK (no matter what version), you will
|
---|
| 32 | not be able to build the debug version of the library due to
|
---|
| 33 | bugs/limitations of ILINK.
|
---|
[144] | 34 |
|
---|
[152] | 35 | - GNU Make 3.81beta1 or above (not tested) available at:
|
---|
[144] | 36 |
|
---|
[152] | 37 | http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip
|
---|
[144] | 38 |
|
---|
[314] | 39 | - LxLite 1.3.3 or above (not tested) if you want Qt DLLs and application
|
---|
| 40 | executables to be compressed (to save hard disk space and load time). If
|
---|
| 41 | you have a recent eComStation installation (e.g. 2.0 rc6) you will already
|
---|
| 42 | have LxLite installed. Otherwise, you may take it from here:
|
---|
| 43 |
|
---|
| 44 | http://www.os2site.com/sw/util/archiver/lxlt133.zip
|
---|
| 45 |
|
---|
[397] | 46 |
|
---|
| 47 |
|
---|
| 48 | SETTING UP THE ENVIRONMENT
|
---|
| 49 |
|
---|
[144] | 50 | After unpacking the GCC archive, you will have to set up the compiler
|
---|
[402] | 51 | environment by invoking gccenv.cmd from the bin subdirectory with the correct
|
---|
| 52 | arguments (type gccenv.cmd -? for help). For the OpenWatcom linker, specify
|
---|
| 53 | WLINK as the second argument.
|
---|
[144] | 54 |
|
---|
[259] | 55 | You will also need to perform the following steps:
|
---|
| 56 |
|
---|
[314] | 57 | - Make sure the selected linker, the make utility and LxLite executable are
|
---|
| 58 | in PATH.
|
---|
[144] | 59 |
|
---|
[152] | 60 | - Make sure CMD.EXE is your command line processor (the generated makefiles
|
---|
[258] | |
---|