Changeset 1058 for trunk/README.OS2
- Timestamp:
- Sep 7, 2011, 1:09:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r1040 r1058 75 75 http://www.os2site.com/sw/util/archiver/lxlt133.zip 76 76 77 - CUPS 1. 3.11or later to support printing in Qt. The CUPS libraries are77 - CUPS 1. or later to support printing in Qt. The CUPS libraries are 78 78 available at: 79 79 80 http://download.smedley.info/cups-1.3.11-os2-20090807.zip 81 82 Linking against eCUPS also requires pthread.lib: 83 84 http://web.os2power.com/download/lib/pthread-20100217-os2.zip 80 http://sourceforge.net/projects/ecsports/files/CUPS/cups-1.4.8-os2-20110831.zip/download 81 http://svn.netlabs.org/ecups/wiki/CupsPort 85 82 86 83 - OpenSSL 0.9.8o or later to support OpenSSL in Qt. The OpenSSL libraries are … … 95 92 http://download.smedley.info/mysql-5.1.51-os2-20101001.zip 96 93 97 Note that you will also need the above OpenSSL libraries and pthread.lib to 98 be able to use this MySQL build. The MySQL Qt plugin itself will require 99 OpenSSL DLLs in your LIBPATH at runtime. 94 Linking against this MySQL build also requires pthread.lib: 95 96 http://web.os2power.com/download/lib/pthread-20100217-os2.zip 97 98 Note that you will also need the above OpenSSL libraries to be able to use 99 this MySQL build. The MySQL Qt plugin itself will require OpenSSL DLLs in 100 your LIBPATH at runtime. 100 101 101 102 - PostgersSQL 9.0.1 or later to support the PostgresSQL Qt plugin. The … … 191 192 192 193 set CUPS_INCLUDEPATH=<path_to_CUPS>\include 193 set CUPS_LIBS=-L<path_to_CUPS>\lib -llibcups.a -L<path_to_pthread> -lpthread.lib 194 set CUPS_LIBS= 195 196 Note that you will also need to add the location of cups.dll to BEGINLIBPATH 197 (if it is not already in your LIBPATH) so that Qt applications can find it 198 at runtime: 199 200 set BEGINLIBPATH=<path_to_CUPS>\sbin;%BEGINLIBPATH% 194 201 195 202 - Unzip the OpenSSL libraries to some directory and set the following … … 199 206 set OPENSSL_LIBS= 200 207 201 Note that you will also need to place OpenSSL DLLs to BEGINLIBPATH (if they202 are not already in your LIBPATH) so that Qt applications can find them at203 runtime:208 Note that you will also need to 209 t 210 runtime: 204 211 205 212 set BEGINLIBPATH=<path_to_OpenSSL>\dll;%BEGINLIBPATH%
Note:
See TracChangeset
for help on using the changeset viewer.