diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2016-06-27 17:32:35 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-06-28 20:11:12 +0100 |
commit | 24b1c901169d34410e209b75e79b732838325f5f (patch) | |
tree | 95f7145daec8321e2d906410c5ba73e29b3222bc | |
parent | f8a7ef17fe58655b24cd636d069078ac651fbe15 (diff) | |
download | cygnal-cygwin-master.tar.gz cygnal-cygwin-master.tar.bz2 cygnal-cygwin-master.zip |
Update FAQ listing required packages for building Cygwincygwin-master
docbook2X is now required for building documentation
libiconv differences between x86_64 and x86 no longer exist
-rw-r--r-- | winsup/doc/faq-programming.xml | 15 |
1 files 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... <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>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>, -and <literal>mingw64-x86_64-gcc-core</literal>. -Building for 64-bit Cygwin also requires <literal>libiconv-devel</literal>, -<literal>mingw64-x86_64-gcc-g++</literal>, and +<literal>perl</literal>, <literal>cocom</literal>, <literal>gettext-devel</literal>, +<literal>libiconv-devel</literal> and <literal>zlib-devel</literal>. +Building for 32-bit Cygwin also requires +<literal>mingw64-i686-gcc-g++</literal> and <literal>mingw64-i686-zlib</literal>. +Building for 64-bit Cygwin also requires +<literal>mingw64-x86_64-gcc-g++</literal> and <literal>mingw64-x86_64-zlib</literal>. If you want to run the tests, <literal>dejagnu</literal> is also required. Normally, building ignores any errors in building the documentation, -which requires the <literal>dblatex</literal>, +which requires the <literal>dblatex</literal>, <literal>docbook2X</literal>, <literal>docbook-xml45</literal>, <literal>docbook-xsl</literal>, and <literal>xmlto</literal> packages. For more information on building the documentation, see the README included in the <literal>cygwin-doc</literal> package. |