Changeset 824


Ignore:
Timestamp:
Nov 18, 2010, 2:14:44 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

README.OS2: Add a note about OpenSSL DLLs neccessary for MySQL and PostgresSQL Qt plugins to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r817 r824  
    8181
    8282    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.
    8485
    8586  - PostgersSQL 9.0.1 or later to support the PostgresSQL Qt plugin. The
     
    9192
    9293      http://download.smedley.info/libc064x.zip
     94
     95
     96
     97
    9398
    9499
     
    191196      set MYSQL_LIBS=-L<path_to_MySQL>\lib -lmysqlclient_r -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread
    192197
     198
     199
     200
     201
    193202  - Unzip the PostgresSQL archive to some directory and set the following
    194203    environment variables to tell the Qt configure script the library location:
     
    196205      set PSQL_INCLUDEPATH=<path_to_PostgresSQL>\include'
    197206      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
    198217
    199218
Note: See TracChangeset for help on using the changeset viewer.