diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 3aa773a64..1f595f87b 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -680,17 +680,16 @@ 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, gettext-devel, -and zlib-devel. -Building for 32-bit Cygwin also requires libiconv, -mingw64-i686-gcc-g++, mingw64-i686-zlib, -and mingw64-x86_64-gcc-core. -Building for 64-bit Cygwin also requires libiconv-devel, -mingw64-x86_64-gcc-g++, and +perl, cocom, gettext-devel, +libiconv-devel and zlib-devel. +Building for 32-bit Cygwin also requires +mingw64-i686-gcc-g++ and mingw64-i686-zlib. +Building for 64-bit Cygwin also requires +mingw64-x86_64-gcc-g++ and mingw64-x86_64-zlib. If you want to run the tests, dejagnu is also required. Normally, building ignores any errors in building the documentation, -which requires the dblatex, +which requires the dblatex, docbook2X, docbook-xml45, docbook-xsl, and xmlto packages. For more information on building the documentation, see the README included in the cygwin-doc package.