]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak installation instructions for Windows.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Dec 2016 12:22:45 +0000 (13:22 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Dec 2016 12:25:18 +0000 (13:25 +0100)
* README.windows: Fix the mingw32 PATH.

README.windows

index 320db90e5dbac4a604c71043d32715483c54904f..37bc3a5dc8f82f5d82e2b2dc3f68bc96297bed1f 100644 (file)
@@ -30,7 +30,7 @@ There are three ways to create binaries of this package for Microsoft Windows:
    Building 32-bit binaries for mingw is achieved through the following
    preparation, configure, and build commands:
 
-      PATH=/usr/local/mingw32/bin:$PATH
+      PATH=/usr/local/mingw32/bin:/usr/i686-w64-mingw32/sys-root/mingw/bin:$PATH
       export PATH
       ./configure --host=i686-w64-mingw32 --prefix=/usr/local/mingw32 \
             CC=i686-w64-mingw32-gcc \
@@ -43,7 +43,7 @@ There are three ways to create binaries of this package for Microsoft Windows:
    Building 64-bit binaries for mingw is achieved through the following
    preparation, configure, and build commands:
 
-      PATH=/usr/local/mingw64/bin:$PATH
+      PATH=/usr/local/mingw64/bin:/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$PATH
       export PATH
       ./configure --host=x86_64-w64-mingw32 --prefix=/usr/local/mingw64 \
             CC=x86_64-w64-mingw32-gcc \