Changeset 402 for trunk/README.OS2


Ignore:
Timestamp:
Dec 8, 2009, 1:05:28 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

README.OS2: Small corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r397 r402  
    4949
    5050After unpacking the GCC archive, you will have to set up the compiler
    51 environment by invoking gccenv.cmd from the bin subdirectory with the
    52 correct arguments (type gccenv.cmd -? for help). For the OpenWatcom
    53 linker, specify WLINK as the second argument.
     51environment by invoking gccenv.cmd from the bin subdirectory with the
     52arguments (type gccenv.cmd -? for help). For the OpenWatcom linker, specify
     53WLINK as the second argument.
    5454
    5555You will also need to perform the following steps:
     
    8787
    8888You should skip this section if you downloaded and installed a binary
    89 distribution of the Qt library for developers (qt-os2_g++-dev-X_Y_Z.wpi) and
    90 proceed directly to section USING OFFICIAL BINARY QT PACKAGES below.
     89distribution of the Qt library for developers (qt-d
     90directly to section USING OFFICIAL BINARY QT PACKAGES below.
    9191
    9292When the environment is set up, go to the directory where you unpacked the
     
    9999utility.
    100100
    101 The next step is to go to the src subdirectory and type:
     101The next step is to type:
    102102
    103103  make
     
    119119'make debug' in that subdirectory.
    120120
    121 NOTES:
    122 
    123   1. Please keep in mind that due to dropping the QTDIR variable recognition,
    124      qmake.exe now unconditionally uses hard-coded paths to locate various Qt4
    125      components (such as the include or source directory) during the makefile
    126      generation process and therefore if you move the Qt source tree to another
    127      location you will need to run configure.cmd again in order to update these
    128      hard-coded paths and rebuild qmake and other dependent parts of the
    129      library.
    130 
    131   2. This version of Qt for OS/2 includes the Extended system tray plugin for
     121NOTE:
     122
     123     This version of Qt for OS/2 includes the Extended system tray plugin for
    132124     XCenter/eCenter which is necessary to enable Qt support for the special
    133125     notification area on the XCenter/eCenter panel (called the "system tray")
     
    179171of the Qt library (where X_Y_Z is the Qt version number):
    180172
    181   qt-os2_g++-lib-X_Y_Z.wpi   - Runtime DLLs and binaries ("lib" package)
    182   qt-os2_g++-dev-X_Y_Z.wpi   - Development libraries, tools and headers
    183                                ("dev" package)
     173  qt-lib-X_Y_Z.wpi   - Runtime DLLs and binaries ("lib" package)
     174  qt-dev-X_Y_Z.wpi   - Development libraries, tools and headers ("dev" package)
    184175
    185176These packages are called the official binary packages of the Qt library for
Note: See TracChangeset for help on using the changeset viewer.