diff options
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r-- | winsup/doc/faq-programming.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 5cd7e3b70..9e6fee6de 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -439,9 +439,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</literal>, <literal>make</literal>, <literal>perl</literal>, and <literal>cocom</literal>. If you want to run -the tests, <literal>dejagnu</literal> is also required, -and you need to have <literal>CYGWIN=server</literal> set as described at -<ulink url="http://www.cygwin.com/cygwin-ug-net/using-cygserver.html" />. +the tests, <literal>dejagnu</literal> is also required. Normally, building ignores any errors in building the documentation, which requires the <literal>docbook-xml42</literal>, <literal>docbook-xsl</literal>, and <literal>xmlto</literal> packages. For more information on building the |