summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-05-22 23:51:05 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:43 +0200
commitca8adeb550a3e5f24b262bce40d63d96c39e6c60 (patch)
tree9d53ad002d00c7a01d3048811a471983c7bd2f77 /README.woe32
parentb6c5d1838a8e4bc5da0fe71baf9e94f988cd28ab (diff)
downloadexternal_gettext-ca8adeb550a3e5f24b262bce40d63d96c39e6c60.zip
external_gettext-ca8adeb550a3e5f24b262bce40d63d96c39e6c60.tar.gz
external_gettext-ca8adeb550a3e5f24b262bce40d63d96c39e6c60.tar.bz2
Add a note about the libiconv dependency.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe326
1 files changed, 6 insertions, 0 deletions
diff --git a/README.woe32 b/README.woe32
index 53a1531..b37d1a1 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").