Changeset 792 for trunk/README.OS2
- Timestamp:
- Oct 11, 2010, 10:14:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r789 r792 72 72 available at: 73 73 74 http://rpm.netlabs.org/experimental/00/i386/i386/openssl-devel-1.0.0a-1.i386.rpm75 http://rpm.netlabs.org/experimental/00/i386/i386/openssl-1.0.0a-1.i386.rpm76 77 or78 79 74 http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip 80 75 http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-dev.zip 81 76 77 78 79 80 81 82 83 82 84 83 85 … … 159 161 variables to tell the Qt configure script its location: 160 162 161 set CUPS_INCLUDEPATH= X:\<path_to_CUPS>\include162 set CUPS_LIBS=-L X:\<path_to_CUPS>\lib -llibcups.a -L<path_to_pthread> -lpthread.lib163 set CUPS_INCLUDEPATH=<path_to_CUPS>\include 164 set CUPS_LIBS=-L<path_to_CUPS>\lib -llibcups.a -L<path_to_pthread> -lpthread.lib 163 165 164 166 - Unzip the OpenSSL libraries to some directory and set the following 165 167 environment variables to tell the Qt configure script its location: 166 168 167 set OPENSSL_INCLUDEPATH= X:\<path_to_OpenSSL>\include169 set OPENSSL_INCLUDEPATH=<path_to_OpenSSL>\include 168 170 set OPENSSL_LIBS= 169 171 … … 172 174 runtime: 173 175 174 set BEGINLIBPATH=X:\<path_to_OpenSSL>\dll;%BEGINLIBPATH% 176 set BEGINLIBPATH=<path_to_OpenSSL>\dll;%BEGINLIBPATH% 177 178 - Unzip the MySQL archive to some directory and set the following environment 179 variables to tell the Qt configure script the library location: 180 181 set MYSQL_INCLUDEPATH=<path_to_MySQL>\include' 182 set MYSQL_LIBS=-L<path_to_MySQL>\lib -lmysqlclient_r -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread 175 183 176 184
Note:
See TracChangeset
for help on using the changeset viewer.