Changeset 188


Ignore:
Timestamp:
Sep 17, 2009, 4:10:00 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Readme for Beta 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r152 r188  
    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
     1This is Beta 2 of Qt version 4.5.1 for OS/2 and eCS.
     2
     3This document contains a brief information on the OS/2 version of the Qt library
     4plus a brief list of OS/2-specific changes from release to release (section
     5CHANGES below). Please visit the project page at
    56
    67  http://svn.netlabs.org/qt4/wiki
    78
    8 to get more information and the latest news and to report bugs.
     9to get more information and the latest news and also to report bugs.
     10
    911
    1012
     
    4547  - set LIBRARY_PATH=C:\OS2\DLL;C:\MPTN\DLL where C: is your boot drive.
    4648
    47   - set QMAKESPEC=os2-g++
    48 
    49   - set QTDIR=<path_to_Qt4_sources>
     49Note that the QTDIR environment variable used by previous Qt versions is not
     50used by Qt4 anymore (except two rare cases that do not affect the OS/2 platform
     51anyway and are probably leftovers after the migration of the qmake feature
     52specifications to Qt4). Therefore, there is no need to set this variable
     53explicitly. See a note below about
     54
     55There is also no need to set the QMAKESPEC variable explicitly. If it is absent,
     56qmake will use the specification stored in the <Qt4_Home>/mkspecs/default
     57directory, which on OS/2 always refers to the "os2-g++" specification, the only
     58one supported at the present time.
    5059
    5160When the environment is set up, go to the directory where you unpacked the
     
    5766and build the qmake utility.
    5867
    59 Then go to the src subdirectory and type:
     68The go to the src subdirectory and type:
    6069
    6170  qmake
     
    7079
    7180Once the library is successfully built, you may try to compile the demos
    72 and examples by visiting the individual example's subdirectory in the source
     81and examples by visiting the individual example in the source
    7382tree and typing 'qmake' followed by one of 'make', 'make release' or
    7483'make debug' in that subdirectory.
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
    7594
    7695
     
    81100     hand (as described above).
    82101
    83   2. Beta 1 can only use one font at the moment, C:\PSFONTS\HELV.PFB.
    84      Make sure this file exists.
     102  2. Beta
     103     Make sure this file exists.
    85104
    86105  3. Make sure you have the LANG environment variable properly set.
     
    94113     in the bug tracker, feel free to add one.
    95114
    96   5. There is no Network module yet, so networking applications will
    97      not compile.
     115  5.
     116     .
    98117
    99118  6. No native PM style.
     
    107126
    108127
     128
     129
     130
     131
     132
     133
     134
     135
     136
     137
     138
     139
     140
     141
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159
     160
     161
     162
     163
     164
     165
     166
     167
     168
     169
     170
     171
     172
     173
     174
     175
     176
     177
     178
     179
     180
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
    109191CREDITS
    110192
     
    123205to get the full list of sponsors and to find information on how you can support
    124206the project.
    125 
    126207
    127208
Note: See TracChangeset for help on using the changeset viewer.