diff xml/en/docs/howto_build_on_win32.xml @ 1894:d011ffde3760

Updated zlib and PCRE versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 26 Jan 2017 18:29:48 +0300
parents 9c1475613c59
children d1c4bfa72cbb
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -9,7 +9,7 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="5">
+         rev="6">
 
 <section name="Prerequisites">
 
@@ -79,8 +79,8 @@ sources into lib directory:
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.39.tar.gz
-tar -xzf ../../zlib-1.2.8.tar.gz
+tar -xzf ../../pcre-8.40.tar.gz
+tar -xzf ../../zlib-1.2.11.tar.gz
 tar -xzf ../../openssl-1.0.2j.tar.gz
 </programlisting>
 </listitem>
@@ -94,8 +94,8 @@ auto/configure --with-cc=cl --builddir=o
 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \
 --http-proxy-temp-path=temp/proxy_temp \
 --http-fastcgi-temp-path=temp/fastcgi_temp \
---with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.39 \
---with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2j \
+--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 \
+--with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2j \
 --with-select_module --with-http_ssl_module
 </programlisting>
 </listitem>