Changeset 3003 for box/trunk/docs
- Timestamp:
- 05/10/2011 23:05:06 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt
r2868 r3003 11 11 Make sure to select the following packages during installation: 12 12 13 * Archive/unzip 13 14 * Devel/automake 14 15 * Devel/autoconf … … 24 25 ensure that those packages are installed. 25 26 26 You may also want to install the debugger, Devel/gdb, and the command-line 27 Subversion client, Devel/subversion. 27 You may also want to install: 28 29 * Devel/gdb (the debugger) 30 * Devel/subversion (the command-line Subversion client) 31 * Editors/vim (the Vim text editor) 28 32 29 33 == Base Directory == … … 42 46 == OpenSSL == 43 47 44 Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0 d.tar.gz]48 Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0e.tar.gz] 45 49 46 50 Open a Cygwin shell, go to the base directory, and unpack OpenSSL: 47 51 48 tar xzvf openssl-1.0.0 d.tar.gz52 tar xzvf openssl-1.0.0e.tar.gz 49 53 50 54 Configure OpenSSL for MinGW compilation, and build and install it: 51 55 52 cd openssl-1.0.0 d56 cd openssl-1.0.0e 53 57 ./Configure --prefix=/usr/i686-pc-mingw32/ mingw 54 58 make 55 make install 59 make install_sw 56 60 57 61 == PCRE == … … 96 100 cp pdcurses.a /usr/i686-pc-mingw32/lib/libpdcurses.a 97 101 98 Download Readline version 6. 1from99 [ftp://ftp.cwru.edu/pub/bash/readline-6. 1.tar.gz], and unpack102 Download Readline version 6.2 from 103 [ftp://ftp.cwru.edu/pub/bash/readline-6.2.tar.gz], and unpack 100 104 and install it thus: 101 105 102 tar xzvf readline-6.1.tar.gz 106 tar xzvf readline-6.2.tar.gz 107 cd readline-6.2 103 108 ./configure --prefix=/usr/i686-pc-mingw32 \ 104 109 CFLAGS="-mno-cygwin" \
Note: See TracChangeset
for help on using the changeset viewer.
