Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-05-26 20:15:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-05-26 20:15:37 +0300
commit50d7dcaa0bd535a2a70e076a0ca0d15c1c1e8e01 (patch)
treea6890e9cdb827b72bd1544ecbc7f6256851ab6e8 /winsup/doc/faq-programming.xml
parent4914c426c7494ada0f93955dcaa1dbf4694e534f (diff)
Cygwin: FAQ: fix Cygwin build requirements
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r--winsup/doc/faq-programming.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 65bfed97e..5920ca8c4 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -676,16 +676,20 @@ rewriting the runtime library in question from specs...
<answer>
<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-devel</literal>,
-<literal>libiconv-devel</literal> and <literal>zlib-devel</literal>.
+installed; you at least need <literal>gcc-g++</literal>,
+<literal>make</literal>, <literal>patch</literal>, <literal>perl</literal>,
+<literal>gettext-devel</literal>, <literal>libiconv-devel</literal> and
+<literal>zlib-devel</literal>. Installing <literal>git</literal> to fetch
+the sources from the
+<ulink url="https://cygwin.com/git/newlib-cygwin.git">source repository</ulink>
+helps, too. If you change a certain core part of Cygwin, namely the layout
+of the Cygwin TLS area, you also have to install <literal>cocom</literal>.
Building for 32-bit Cygwin also requires
-<literal>mingw64-x86_64-gcc-core</literal> (for building the cyglsa64 DLL for WoW64),
<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.
+<!-- 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>, <literal>docbook2X</literal>,
<literal>docbook-xml45</literal>, <literal>docbook-xsl</literal>, and