comparison xml/en/docs/howto_build_on_win32.xml @ 115:b66954a49f29

Trim EoL spaces.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 20 Oct 2011 14:04:26 +0000
parents f9fe7330f8e8
children 3be44ae4f3ff
comparison
equal deleted inserted replaced
114:55d4cc8c9ecb 115:b66954a49f29
20 <item> 20 <item>
21 <link url="http://www.mingw.org/wiki/MSYS">MSYS</link>. 21 <link url="http://www.mingw.org/wiki/MSYS">MSYS</link>.
22 </item> 22 </item>
23 23
24 <item> 24 <item>
25 Perl, if you want to build openssl and nginx with ssl support. 25 Perl, if you want to build openssl and nginx with ssl support.
26 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link> 26 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link>
27 or <link url="http://strawberryperl.com">Strawberry Perl</link>. 27 or <link url="http://strawberryperl.com">Strawberry Perl</link>.
28 </item> 28 </item>
29 29
30 <item> 30 <item>
43 43
44 <section name="build_steps" 44 <section name="build_steps"
45 title="Build steps"> 45 title="Build steps">
46 46
47 <para> 47 <para>
48 Ensure that paths to Perl, Subversion and MSYS bin directories are added to 48 Ensure that paths to Perl, Subversion and MSYS bin directories are added to
49 PATH environment variable before you start build. To set Visual C environment 49 PATH environment variable before you start build. To set Visual C environment
50 run vcvarsall.bat script from Visual C directory. 50 run vcvarsall.bat script from Visual C directory.
51 </para> 51 </para>
52 52
53 <para> 53 <para>
60 </item> 60 </item>
61 61
62 <item> 62 <item>
63 Check out nginx sources from the svn.nginx.org repository. For example: 63 Check out nginx sources from the svn.nginx.org repository. For example:
64 <programlisting> 64 <programlisting>
65 svn co svn://svn.nginx.org/tags/release-1.1.6 65 svn co svn://svn.nginx.org/tags/release-1.1.6
66 </programlisting> 66 </programlisting>
67 </item> 67 </item>
68 68
69 <item> 69 <item>
70 Create build directory and lib directory, and unpack zlib, PCRE and openssl libraries 70 Create build directory and lib directory, and unpack zlib, PCRE and openssl libraries