* faq-programming.xml: Add gettext-devel to list of packages needed to build

Cygwin.
This commit is contained in:
Christopher Faylor 2014-06-17 14:49:06 +00:00
parent 5b5c45752e
commit 59c45c4445
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-06-17 Christopher Faylor <me.cygwin2014@cgf.cx>
* faq-programming.xml: Add gettext-devel to list of packages needed to
build Cygwin.
2014-04-04 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging.

View File

@ -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>,