Changeset 2865 for box/trunk/docs
- Timestamp:
- 27/02/2011 23:09:18 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt
r2864 r2865 42 42 == OpenSSL == 43 43 44 Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0 c.tar.gz]44 Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0d.tar.gz] 45 45 46 46 Open a Cygwin shell, go to the base directory, and unpack OpenSSL: 47 47 48 tar xzvf openssl-1.0.0 c.tar.gz48 tar xzvf openssl-1.0.0d.tar.gz 49 49 50 50 Configure OpenSSL for MinGW compilation, and build and install it: 51 51 52 cd openssl-1.0.0 c52 cd openssl-1.0.0d 53 53 ./Configure --prefix=/usr/i686-pc-mingw32/ mingw 54 54 make … … 60 60 61 61 Download PCRE from 62 [http://prdownloads.sourceforge.net/pcre/pcre-8.1 1.tar.bz2?download].62 [http://prdownloads.sourceforge.net/pcre/pcre-8.12.tar.bz2?download]. 63 63 64 Open a Cygwin shell, go to the base directory, and unpack PCRE: 64 Open a Cygwin shell, go to the base directory, and unpack, build and 65 install PCRE: 65 66 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 71 69 export CFLAGS="-mno-cygwin" 72 70 export CXXFLAGS="-mno-cygwin"
Note: See TracChangeset
for help on using the changeset viewer.
