Changeset 803 for trunk/README.OS2


Ignore:
Timestamp:
Oct 21, 2010, 5:42:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r792 r803  
    8282    Note that you will also need the above OpenSSL libraries and pthread.lib to
    8383    be able to use this MySQL build.
     84
     85  - PostgersSQL 9.0.1 or later to support the PostgresSQL Qt plugin. The
     86    PostgresSQL libraries are available at:
     87
     88      http://download.smedley.info/postgresql-9.0.1-os2-20101012.zip
     89
     90    Note that you will also need libc064x.dll for this PostgresSQL build and a
     91    patched PostgresSQL DLL that fixes one critical bug (this will not be
     92    necessary for the next PostgresSQL build as it will incorporate the fix):
     93
     94      http://download.smedley.info/libc064x.zip
     95      http://smedley.info/libpq.zip
     96
     97    Note that you will also need the above OpenSSL libraries and pthread.lib to
     98    be able to use this PostgresSQL build.
    8499
    85100
     
    181196      set MYSQL_INCLUDEPATH=<path_to_MySQL>\include'
    182197      set MYSQL_LIBS=-L<path_to_MySQL>\lib -lmysqlclient_r -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread
     198
     199    Also add MySQL DLLs to BEGINLIBPATH if they are not already there as shown
     200    above.
     201
     202  - Unzip the PostgresSQL archive to some directory and set the following
     203    environment variables to tell the Qt configure script the library location:
     204
     205      set PSQL_INCLUDEPATH=<path_to_PostgresSQL>\include'
     206      set PSQL_LIBS=-L<path_to_PostgresSQL>\lib -llibpq -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread
     207
     208    Also add PostgresSQL DLLs to BEGINLIBPATH if they are not already there as
     209    shown above.
    183210
    184211
Note: See TracChangeset for help on using the changeset viewer.