summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-05-23 01:39:34 +0200
committerBruno Haible <bruno@clisp.org>2010-06-03 15:09:08 +0200
commit20e2e9a6d879bb158ecca70711a328e7e8b56777 (patch)
tree22a8dcdbf84ee4c1e5e5e4d3b4b2f70323dcf3aa /README.woe32
parentc58360a674dc7902523ced0096808201f1321ba4 (diff)
downloadexternal_gettext-20e2e9a6d879bb158ecca70711a328e7e8b56777.zip
external_gettext-20e2e9a6d879bb158ecca70711a328e7e8b56777.tar.gz
external_gettext-20e2e9a6d879bb158ecca70711a328e7e8b56777.tar.bz2
Add installation instructions for mingw-w64.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe3212
1 files changed, 10 insertions, 2 deletions
diff --git a/README.woe32 b/README.woe32
index 28430ae..03a1ef9 100644
--- a/README.woe32
+++ b/README.woe32
@@ -28,11 +28,19 @@ and configure commands:
CPPFLAGS="-Wall -I/usr/local/mingw/include" \
LDFLAGS="-L/usr/local/mingw/lib"
-The -mno-cygwin tells the cygwin compiler and linker to build for mingw.
-The -I and -L option are so that packages previously built for the
+The -mno-cygwin option tells the cygwin compiler and linker to build for
+mingw. The -I and -L option are so that packages previously built for the
same environment are found. The --host option tells the various
tools that you are building for mingw, not cygwin.
+It is also possible to build 64-bit mode binaries, by using the development
+tool chain from the mingw-w64 project <http://mingw-w64.sourceforge.net/>
+and the configure options:
+ --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 \
+ CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ \
+ LD=x86_64-w64-mingw32-ld NM=x86_64-w64-mingw32-nm \
+ AR=x86_64-w64-mingw32-ar RANLIB=x86_64-w64-mingw32-ranlib
+
Dependencies:
This package depends on GNU libiconv. (See the file DEPENDENCIES.) Before