From 59c45c44452f6f56e454bb4f022dba054ca58a3a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 17 Jun 2014 14:49:06 +0000 Subject: [PATCH] * faq-programming.xml: Add gettext-devel to list of packages needed to build Cygwin. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/faq-programming.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index efde99ee6..b9b1ddcdd 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-17 Christopher Faylor + + * faq-programming.xml: Add gettext-devel to list of packages needed to + build Cygwin. + 2014-04-04 Corinna Vinschen * new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging. diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 998364240..47e278220 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -694,7 +694,7 @@ rewriting the runtime library in question from specs... First, you need to make sure you have the necessary build tools installed; you at least need gcc-g++, make, -perl, cocom, gettext, +perl, cocom, gettext, gettext-devel, and zlib-devel. Building for 32-bit Cygwin also requires libiconv, mingw64-i686-gcc-g++, mingw64-i686-zlib,