From: Bruno Haible Date: Sun, 4 Dec 2016 12:22:45 +0000 (+0100) Subject: Tweak installation instructions for Windows. X-Git-Tag: v0.20~494 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df9270b7ee15be0327d30222deb143b5676d40d4;p=thirdparty%2Fgettext.git Tweak installation instructions for Windows. * README.windows: Fix the mingw32 PATH. --- diff --git a/README.windows b/README.windows index 320db90e5..37bc3a5dc 100644 --- a/README.windows +++ b/README.windows @@ -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 \