Changeset 402 for trunk/README.OS2
- Timestamp:
- Dec 8, 2009, 1:05:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r397 r402 49 49 50 50 After 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, specifyWLINK as the second argument.51 environment by invoking gccenv.cmd from the bin subdirectory with the 52 arguments (type gccenv.cmd -? for help). For the OpenWatcom linker, specify 53 WLINK as the second argument. 54 54 55 55 You will also need to perform the following steps: … … 87 87 88 88 You 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) and90 proceeddirectly to section USING OFFICIAL BINARY QT PACKAGES below.89 distribution of the Qt library for developers (qt-d 90 directly to section USING OFFICIAL BINARY QT PACKAGES below. 91 91 92 92 When the environment is set up, go to the directory where you unpacked the … … 99 99 utility. 100 100 101 The next step is to go to the src subdirectory andtype:101 The next step is to type: 102 102 103 103 make … … 119 119 'make debug' in that subdirectory. 120 120 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 121 NOTE: 122 123 This version of Qt for OS/2 includes the Extended system tray plugin for 132 124 XCenter/eCenter which is necessary to enable Qt support for the special 133 125 notification area on the XCenter/eCenter panel (called the "system tray") … … 179 171 of the Qt library (where X_Y_Z is the Qt version number): 180 172 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) 184 175 185 176 These packages are called the official binary packages of the Qt library for
Note:
See TracChangeset
for help on using the changeset viewer.