comparison xml/en/docs/howto_build_on_win32.xml @ 2682:085dbe495d83

Updated link to MSYS.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 15 Mar 2021 21:33:13 +0000
parents 303c35d8fcfa
children 1a78bbde103b
comparison
equal deleted inserted replaced
2681:303c35d8fcfa 2682:085dbe495d83
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="Building nginx on the Win32 platform with Visual C" 9 <article name="Building nginx on the Win32 platform with Visual C"
10 link="/en/docs/howto_build_on_win32.html" 10 link="/en/docs/howto_build_on_win32.html"
11 lang="en" 11 lang="en"
12 rev="21"> 12 rev="22">
13 13
14 <section name="Prerequisites"> 14 <section name="Prerequisites">
15 15
16 <para> 16 <para>
17 To build nginx on the <registered>Microsoft Win32</registered> platform you need: 17 To build nginx on the <registered>Microsoft Win32</registered> platform you need:
22 Microsoft Visual C compiler. <registered>Microsoft Visual Studio</registered> 22 Microsoft Visual C compiler. <registered>Microsoft Visual Studio</registered>
23 8 and 10 are known to work. 23 8 and 10 are known to work.
24 </listitem> 24 </listitem>
25 25
26 <listitem> 26 <listitem>
27 <link url="http://www.mingw.org/wiki/MSYS">MSYS</link>. 27 <link url="https://sourceforge.net/projects/mingw/files/MSYS/">MSYS</link> or
28 <link url="https://www.msys2.org">MSYS2</link>.
28 </listitem> 29 </listitem>
29 30
30 <listitem> 31 <listitem>
31 Perl, if you want to build <registered>OpenSSL</registered> and nginx with SSL support. 32 Perl, if you want to build <registered>OpenSSL</registered> and nginx with SSL support.
32 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link> 33 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link>