Changeset 824
- Timestamp:
- Nov 18, 2010, 2:14:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r817 r824 81 81 82 82 Note that you will also need the above OpenSSL libraries and pthread.lib to 83 be able to use this MySQL build. 83 be able to use this MySQL build. The MySQL Qt plugin itself will require 84 OpenSSL DLLs in your LIBPATH at runtime. 84 85 85 86 - PostgersSQL 9.0.1 or later to support the PostgresSQL Qt plugin. The … … 91 92 92 93 http://download.smedley.info/libc064x.zip 94 95 96 97 93 98 94 99 … … 191 196 set MYSQL_LIBS=-L<path_to_MySQL>\lib -lmysqlclient_r -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread 192 197 198 199 200 201 193 202 - Unzip the PostgresSQL archive to some directory and set the following 194 203 environment variables to tell the Qt configure script the library location: … … 196 205 set PSQL_INCLUDEPATH=<path_to_PostgresSQL>\include' 197 206 set PSQL_LIBS=-L<path_to_PostgresSQL>\lib -llibpq -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread 207 208 209 210 211 212 213 214 215 216 198 217 199 218
Note:
See TracChangeset
for help on using the changeset viewer.