comparison xml/en/docs/howto_build_on_win32.xml @ 118:b2462c2e2e47

o OpenSSL, Visual Studio, Subversion, Win32 are trademarks. o Spell OpenSSL and SSL. o Rewording.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 20 Oct 2011 14:25:10 +0000
parents 1c4b3065e4ff
children 0c565b407027
comparison
equal deleted inserted replaced
117:1c4b3065e4ff 118:b2462c2e2e47
7 lang="en"> 7 lang="en">
8 8
9 <section title="Prerequisites"> 9 <section title="Prerequisites">
10 10
11 <para> 11 <para>
12 To build nginx on the Win32 platform you need: 12 To build nginx on the Microsoft Win32&reg; platform you need:
13 13
14 <list> 14 <list>
15 15
16 <item> 16 <item>
17 Visual C compiler. Visual Studio 8 and 10 are known to work. 17 Microsoft Visual C compiler. Microsoft Visual Studio&reg; 8 and 10 are
18 known to work.
18 </item> 19 </item>
19 20
20 <item> 21 <item>
21 <link url="http://www.mingw.org/wiki/MSYS">MSYS</link>. 22 <link url="http://www.mingw.org/wiki/MSYS">MSYS</link>.
22 </item> 23 </item>
23 24
24 <item> 25 <item>
25 Perl, if you want to build openssl and nginx with ssl support. 26 Perl, if you want to build OpenSSL&reg; and nginx with SSL support.
26 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link> 27 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link>
27 or <link url="http://strawberryperl.com">Strawberry Perl</link>. 28 or <link url="http://strawberryperl.com">Strawberry Perl</link>.
28 </item> 29 </item>
29 30
30 <item> 31 <item>
31 Subversion client. Choose any from the <link url="http://subversion.apache.org/packages.html#windows">list</link> 32 Subversion&reg; client. Choose any from the <link url="http://subversion.apache.org/packages.html#windows">list</link>
32 </item> 33 </item>
33 34
34 <item> 35 <item>
35 <link url="http://www.pcre.org">PCRE</link>, <link url="http://zlib.net">zlib</link> 36 <link url="http://www.pcre.org">PCRE</link>, <link url="http://zlib.net">zlib</link>
36 and <link url="http://www.openssl.org">openssl</link> libraries sources. 37 and <link url="http://www.openssl.org">OpenSSL</link> libraries sources.
37 </item> 38 </item>
38 </list> 39 </list>
39 40
40 </para> 41 </para>
41 42
65 svn co svn://svn.nginx.org/tags/release-1.1.6 66 svn co svn://svn.nginx.org/tags/release-1.1.6
66 </programlisting> 67 </programlisting>
67 </item> 68 </item>
68 69
69 <item> 70 <item>
70 Create a build directory and lib directory, and unpack zlib, PCRE and openssl libraries 71 Create a build and lib directories, and unpack zlib, PCRE and openssl libraries
71 sources into lib directory: 72 sources into lib directory:
72 <programlisting> 73 <programlisting>
73 mkdir objs 74 mkdir objs
74 mkdir objs/lib 75 mkdir objs/lib
75 cd objs/lib 76 cd objs/lib