diff options
author | Christopher Faylor <me@cgf.cx> | 2014-06-17 14:49:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2014-06-17 14:49:06 +0000 |
commit | 59c45c44452f6f56e454bb4f022dba054ca58a3a (patch) | |
tree | 22292c04732b6c2565f2d326c990ec4abde74ab4 /winsup/doc/faq-programming.xml | |
parent | 5b5c45752ece1a9bea4e9978e320a9efb1a15d11 (diff) | |
download | cygnal-59c45c44452f6f56e454bb4f022dba054ca58a3a.tar.gz cygnal-59c45c44452f6f56e454bb4f022dba054ca58a3a.tar.bz2 cygnal-59c45c44452f6f56e454bb4f022dba054ca58a3a.zip |
* 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.xml | 2 |
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>, |