comparison xml/en/docs/howto_build_on_win32.xml @ 121:49443032011c

Unified <section> syntax for "article" and "module" documents.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 20:27:51 +0000
parents 0c565b407027
children 7db449e89e92
comparison
equal deleted inserted replaced
120:da8bd4d2290f 121:49443032011c
4 4
5 <article title="How to build nginx on the Win32 Platform with Visual C" 5 <article title="How to build nginx on the Win32 Platform with Visual C"
6 link="/en/docs/howto_build_on_win32.html" 6 link="/en/docs/howto_build_on_win32.html"
7 lang="en"> 7 lang="en">
8 8
9 <section title="Prerequisites"> 9 <section name="Prerequisites">
10 10
11 <para> 11 <para>
12 To build nginx on the Microsoft Win32&reg; platform you need: 12 To build nginx on the Microsoft Win32&reg; platform you need:
13 13
14 <list> 14 <list>
40 40
41 </para> 41 </para>
42 42
43 </section> 43 </section>
44 44
45 <section name="build_steps" 45 <section id="build_steps"
46 title="Build steps"> 46 name="Build steps">
47 47
48 <para> 48 <para>
49 Ensure that paths to Perl, Subversion and MSYS bin directories are added to 49 Ensure that paths to Perl, Subversion and MSYS bin directories are added to
50 PATH environment variable before you start build. To set Visual C environment 50 PATH environment variable before you start build. To set Visual C environment
51 run vcvarsall.bat script from Visual C directory. 51 run vcvarsall.bat script from Visual C directory.
105 105
106 </para> 106 </para>
107 107
108 </section> 108 </section>
109 109
110 <section name="see_also" 110 <section id="see_also"
111 title="See also"> 111 name="See also">
112 112
113 <para> 113 <para>
114 <list> 114 <list>
115 115
116 <item> 116 <item>