source: trunk/README.OS2@ 493

Last change on this file since 493 was 429, checked in by Dmitry A. Kuminov, 15 years ago

README.OS2: Added ENVIRONMENT variables section.

File size: 14.6 KB
RevLine 
[397]1This is Beta 5 of Qt version 4.5.1 for OS/2 and eCS.
[144]2
[397]3This document contains a brief information on the OS/2 version of the Qt
4library. Please visit the project page at
[144]5
6 http://svn.netlabs.org/qt4/wiki
7
[188]8to get more information and the latest news and also to report bugs.
[144]9
[397]10To get a brief list of OS/2-specific changes from release to release
11please see the CHANGES.OS2 file included in this distribution.
[144]12
[188]13
[397]14
[144]15REQUIREMENTS
16
[397]17In order to compile the Qt library and Qt-based applications, you will need
18the 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
48SETTING UP THE ENVIRONMENT
49
[144]50After unpacking the GCC archive, you will have to set up the compiler
[402]51environment by invoking gccenv.cmd from the bin subdirectory with the correct
52arguments (type gccenv.cmd -? for help). For the OpenWatcom linker, specify
53WLINK as the second argument.
[144]54
[259]55You 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]