diff xml/en/docs/howto_build_on_win32.xml @ 1749:153a99d25210

Updated versions of PCRE, zlib, and OpenSSL.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 05 Jul 2016 21:47:42 +0300
parents ec68c9ae35bf
children a469e77d446f
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Mon Jun 20 18:54:46 2016 +0300
+++ b/xml/en/docs/howto_build_on_win32.xml	Tue Jul 05 21:47:42 2016 +0300
@@ -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="1">
+         rev="2">
 
 <section name="Prerequisites">
 
@@ -79,9 +79,9 @@
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.32.tar.gz
-tar -xzf ../../zlib-1.2.7.tar.gz
-tar -xzf ../../openssl-1.0.1e.tar.gz
+tar -xzf ../../pcre-8.39.tar.gz
+tar -xzf ../../zlib-1.2.8.tar.gz
+tar -xzf ../../openssl-1.0.2h.tar.gz
 </programlisting>
 </listitem>
 
@@ -94,8 +94,8 @@
 --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.32 \
---with-zlib=objs/lib/zlib-1.2.7 --with-openssl=objs/lib/openssl-1.0.1e \
+--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.2h \
 --with-select_module --with-http_ssl_module --with-ipv6
 </programlisting>
 </listitem>