comparison xml/en/docs/howto_build_on_win32.xml @ 3054:0083dce686ec

Free nginx: repository links. Repositories are now under freenginx.org/hg/. Only essential repositories are preserved for now: in particular, dev examples are no longer provided, so the relevant section from the devguide was removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:07:38 +0300
parents f55e18559df9
children
comparison
equal deleted inserted replaced
3053:331fcfce1ada 3054:0083dce686ec
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="26"> 12 rev="27">
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:
65 <listitem> 65 <listitem>
66 Start MSYS bash. 66 Start MSYS bash.
67 </listitem> 67 </listitem>
68 68
69 <listitem> 69 <listitem>
70 Check out nginx sources from the hg.nginx.org repository. For example: 70 Check out nginx sources from the freenginx.org/hg/nginx repository.
71 For example:
71 <programlisting> 72 <programlisting>
72 hg clone http://hg.nginx.org/nginx 73 hg clone http://freenginx.org/hg/nginx
73 </programlisting> 74 </programlisting>
74 </listitem> 75 </listitem>
75 76
76 <listitem> 77 <listitem>
77 Create a build and lib directories, and unpack zlib, PCRE and OpenSSL libraries 78 Create a build and lib directories, and unpack zlib, PCRE and OpenSSL libraries