diff xml/en/docs/howto_build_on_win32.xml @ 2018:7ee425a5ae29

Updated PCRE version.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Aug 2017 19:59:39 +0300
parents d1c4bfa72cbb
children 237b67ef69a6
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Tue Aug 08 18:09:58 2017 +0300
+++ b/xml/en/docs/howto_build_on_win32.xml	Tue Aug 08 19:59:39 2017 +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="7">
+         rev="8">
 
 <section name="Prerequisites">
 
@@ -79,7 +79,7 @@
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.40.tar.gz
+tar -xzf ../../pcre-8.41.tar.gz
 tar -xzf ../../zlib-1.2.11.tar.gz
 tar -xzf ../../openssl-1.0.2k.tar.gz
 </programlisting>
@@ -94,7 +94,7 @@
 --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.40 \
+--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.41 \
 --with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2k \
 --with-select_module --with-http_ssl_module
 </programlisting>