Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2014-06-17 18:49:06 +0400
committerChristopher Faylor <me@cgf.cx>2014-06-17 18:49:06 +0400
commit59c45c44452f6f56e454bb4f022dba054ca58a3a (patch)
tree22292c04732b6c2565f2d326c990ec4abde74ab4 /winsup/doc/faq-programming.xml
parent5b5c45752ece1a9bea4e9978e320a9efb1a15d11 (diff)
* faq-programming.xml: Add gettext-devel to list of packages needed to build
Cygwin.
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r--winsup/doc/faq-programming.xml2
1 files changed, 1 insertions, 1 deletions
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...
<para>First, you need to make sure you have the necessary build tools
installed; you at least need <literal>gcc-g++</literal>, <literal>make</literal>,
-<literal>perl</literal>, <literal>cocom</literal>, <literal>gettext</literal>,
+<literal>perl</literal>, <literal>cocom</literal>, <literal>gettext</literal>, <literal>gettext-devel</literal>,
and <literal>zlib-devel</literal>.
Building for 32-bit Cygwin also requires <literal>libiconv</literal>,
<literal>mingw64-i686-gcc-g++</literal>, <literal>mingw64-i686-zlib</literal>,