From 455e1fe0806be81474aeb867ac07993d1f949006 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 27 Feb 2014 23:36:15 +0000 Subject: Start converting MinGW instructions to 64-bit Cygwin. --- docs/api-notes/win32_build_on_cygwin_using_mingw.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/api-notes/win32_build_on_cygwin_using_mingw.txt b/docs/api-notes/win32_build_on_cygwin_using_mingw.txt index 34dbac0b..1bf2c552 100644 --- a/docs/api-notes/win32_build_on_cygwin_using_mingw.txt +++ b/docs/api-notes/win32_build_on_cygwin_using_mingw.txt @@ -13,12 +13,12 @@ Make sure to select the following packages during installation: * Archive/unzip * Devel/automake * Devel/autoconf - * Devel/gcc-mingw - * Devel/gcc-mingw-g++ + * Devel/mingw64-x86_64-gcc + * Devel/mingw64-x86_64-gcc-g++ * Devel/make * Libs/libxml2 * Libs/libxslt (for xsltproc) - * Mingw/mingw-zlib-devel + * Devel/mingw64-x86_64-zlib * Perl/Perl If you already have Cygwin installed, please re-run the installer and @@ -54,7 +54,7 @@ Open a Cygwin shell, go to the base directory, and unpack OpenSSL: Configure OpenSSL for MinGW compilation, and build and install it: cd openssl-1.0.0e - ./Configure --prefix=/usr/i686-pc-mingw32/ mingw + ./Configure --prefix=/usr/x86_64-w64-mingw32/ mingw64 --cross-compile-prefix=x86_64-w64-mingw32- make make install_sw -- cgit v1.2.3