From: Bruno Haible Date: Thu, 22 May 2008 23:51:05 +0000 (+0000) Subject: Add a note about the libiconv dependency. X-Git-Tag: v0.18~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8adeb550a3e5f24b262bce40d63d96c39e6c60;p=thirdparty%2Fgettext.git Add a note about the libiconv dependency. --- diff --git a/ChangeLog b/ChangeLog index d1f1404d6..76b99e058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-22 Bruno Haible + + * README.woe32: Add a note about the libiconv dependency. + Reported by Marko Lindqvist . + 2008-05-18 Bruno Haible * m4/libtool.m4: Update from libtool-2.2.4, with modifications: diff --git a/README.woe32 b/README.woe32 index 53a15310a..b37d1a186 100644 --- a/README.woe32 +++ b/README.woe32 @@ -32,3 +32,9 @@ 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 same environment are found. The --host option tells the various tools that you are building for mingw, not cygwin. + +Dependencies: + +This package depends on GNU libiconv. (See the file DEPENDENCIES.) Before +building this package, you need to build GNU libiconv, in the same development +environment, with the same configure options, and install it ("make install").