]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: FAQ: fix Cygwin build requirements
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 26 May 2020 17:15:37 +0000 (19:15 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 26 May 2020 17:15:37 +0000 (19:15 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/doc/faq-programming.xml

index 65bfed97eb7e0a7932e7ce742b2ad7da11d6f3bb..5920ca8c44d5813a2301981a248b804f763164f7 100644 (file)
@@ -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
This page took 0.035323 seconds and 5 git commands to generate.