summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-17 19:11:47 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:19 +0200
commit562449018b9f806f7fd4780c5dcf7110912c4e68 (patch)
treefc1cfcc1447f62b8f85c84e2c993bb2418d0430f /README.woe32
parentcc3b3a7dd755b7f0040b632a0490afcbef65119a (diff)
downloadexternal_gettext-562449018b9f806f7fd4780c5dcf7110912c4e68.zip
external_gettext-562449018b9f806f7fd4780c5dcf7110912c4e68.tar.gz
external_gettext-562449018b9f806f7fd4780c5dcf7110912c4e68.tar.bz2
Update mingw instructions.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe326
1 files changed, 4 insertions, 2 deletions
diff --git a/README.woe32 b/README.woe32
index 0a7595b..53a1531 100644
--- a/README.woe32
+++ b/README.woe32
@@ -17,9 +17,11 @@ cygwin. You can for example achieve this by using the
configure option --prefix=/usr/local/cygwin each time you build a
program for cygwin.
-Building for mingw is then achieved through the following configure
-command:
+Building for mingw is then achieved through the following preparation
+and configure commands:
+ PATH=/usr/local/mingw/bin:$PATH
+ export PATH
./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \
CPPFLAGS="-mno-cygwin -Wall -I/usr/local/mingw/include" \
CFLAGS="-mno-cygwin -O2 -g" \