Changeset 792 for trunk/README.OS2


Ignore:
Timestamp:
Oct 11, 2010, 10:14:03 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

plugins: Enabled the MySQL Qt plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r789 r792  
    7272    available at:
    7373
    74       http://rpm.netlabs.org/experimental/00/i386/i386/openssl-devel-1.0.0a-1.i386.rpm
    75       http://rpm.netlabs.org/experimental/00/i386/i386/openssl-1.0.0a-1.i386.rpm
    76 
    77       or
    78 
    7974      http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip
    8075      http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-dev.zip
    8176
     77
     78
     79
     80
     81
     82
     83
    8284
    8385
     
    159161    variables to tell the Qt configure script its location:
    160162
    161       set CUPS_INCLUDEPATH=X:\<path_to_CUPS>\include
    162       set CUPS_LIBS=-LX:\<path_to_CUPS>\lib -llibcups.a -L<path_to_pthread> -lpthread.lib
     163      set CUPS_INCLUDEPATH=<path_to_CUPS>\include
     164      set CUPS_LIBS=-L<path_to_CUPS>\lib -llibcups.a -L<path_to_pthread> -lpthread.lib
    163165
    164166  - Unzip the OpenSSL libraries to some directory and set the following
    165167    environment variables to tell the Qt configure script its location:
    166168
    167       set OPENSSL_INCLUDEPATH=X:\<path_to_OpenSSL>\include
     169      set OPENSSL_INCLUDEPATH=<path_to_OpenSSL>\include
    168170      set OPENSSL_LIBS=
    169171
     
    172174    runtime:
    173175
    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
    175183
    176184
Note: See TracChangeset for help on using the changeset viewer.