From 24b1c901169d34410e209b75e79b732838325f5f Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 27 Jun 2016 17:32:35 +0100 Subject: Update FAQ listing required packages for building Cygwin docbook2X is now required for building documentation libiconv differences between x86_64 and x86 no longer exist --- winsup/doc/faq-programming.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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. -- cgit v1.2.3