comparison xml/en/docs/howto_build_on_win32.xml @ 1806:d6dc649957ab

Removed the "--with-ipv6" configure option.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Oct 2016 17:18:14 +0300
parents a469e77d446f
children 9c1475613c59
comparison
equal deleted inserted replaced
1805:0c08e8861cfe 1806:d6dc649957ab
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="3"> 12 rev="4">
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:
94 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \ 94 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \
95 --http-proxy-temp-path=temp/proxy_temp \ 95 --http-proxy-temp-path=temp/proxy_temp \
96 --http-fastcgi-temp-path=temp/fastcgi_temp \ 96 --http-fastcgi-temp-path=temp/fastcgi_temp \
97 --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.39 \ 97 --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.39 \
98 --with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2h \ 98 --with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2h \
99 --with-select_module --with-http_ssl_module --with-ipv6 99 --with-select_module --with-http_ssl_module
100 </programlisting> 100 </programlisting>
101 </listitem> 101 </listitem>
102 102
103 <listitem> 103 <listitem>
104 Run make: 104 Run make: