Changeset 2865 for box/trunk/docs


Ignore:
Timestamp:
27/02/2011 23:09:18 (15 months ago)
Author:
chris
Message:

Update to OpenSSL 1.0.0d and PCRE 8.12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt

    r2864 r2865  
    4242== OpenSSL == 
    4343 
    44 Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0c.tar.gz] 
     44Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0d.tar.gz] 
    4545 
    4646Open a Cygwin shell, go to the base directory, and unpack OpenSSL: 
    4747 
    48         tar xzvf openssl-1.0.0c.tar.gz 
     48        tar xzvf openssl-1.0.0d.tar.gz 
    4949 
    5050Configure OpenSSL for MinGW compilation, and build and install it: 
    5151 
    52         cd openssl-1.0.0c 
     52        cd openssl-1.0.0d 
    5353        ./Configure --prefix=/usr/i686-pc-mingw32/ mingw 
    5454        make 
     
    6060 
    6161Download PCRE from  
    62 [http://prdownloads.sourceforge.net/pcre/pcre-8.11.tar.bz2?download]. 
     62[http://prdownloads.sourceforge.net/pcre/pcre-8.12.tar.bz2?download]. 
    6363 
    64 Open a Cygwin shell, go to the base directory, and unpack PCRE: 
     64Open a Cygwin shell, go to the base directory, and unpack, build and 
     65install PCRE: 
    6566 
    66         tar xjvf pcre-8.11.tar.bz2 
    67  
    68 Configure PCRE for MinGW compilation, and build and install it: 
    69          
    70         cd pcre-8.11 
     67        tar xjvf pcre-8.12.tar.bz2 
     68        cd pcre-8.12 
    7169        export CFLAGS="-mno-cygwin" 
    7270        export CXXFLAGS="-mno-cygwin" 
Note: See TracChangeset for help on using the changeset viewer.