Changeset 788 for trunk/README.OS2


Ignore:
Timestamp:
Oct 10, 2010, 9:22:38 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

network: Added OpenSSL support (closes #167).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r760 r788  
    6969
    7070      http://web.os2power.com/download/lib/pthread-20100217-os2.zip
     71
     72  - OpenSSL 0.9.8o or later to support OpenSSL in Qt. The OpenSSL libraries are
     73    available at:
     74
     75      http://rpm.netlabs.org/experimental/00/i386/i386/openssl-devel-1.0.0a-1.i386.rpm
     76      http://rpm.netlabs.org/experimental/00/i386/i386/openssl-1.0.0a-1.i386.rpm
     77
     78      or
     79
     80      http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-dev.zip
     81      http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip
     82
    7183
    7284
     
    93105for applications based on qmake project files which most of them are). If you
    94106go that way, you may skip the rest of this section and proceed directly to
    95 section called "USING OFFICIAL BINARY QT ARCHIVES" or further.
     107section "USING OFFICIAL BINARY QT ARCHIVES" below.
    96108
    97109If you use the full source code ZIP distribution of the Qt library or work
     
    156168    You will also need to make sure that pthread.lib is placed somewhere in your
    157169    system library path so that the compiler can find it.
     170
     171  - Unzip the OpenSSL libraries to some directory and set the following
     172    environment variables to tell the Qt configure script its location:
     173
     174      set OPENSSL_INCLUDEPATH=X:\<path_to_OpenSSL>\include
     175      set OPENSSL_LIBS=
     176
     177    Note that you will also need to place OpenSSL DLLs to BEGINLIBPATH (if they
     178    are not already in your LIBPATH) so that Qt applications can find them at
     179    runtime:
     180
     181      set BEGINLIBPATH=X:\<path_to_OpenSSL>\dll;%BEGINLIBPATH%
    158182
    159183
Note: See TracChangeset for help on using the changeset viewer.