diff xml/en/docs/howto_build_on_win32.xml @ 2382:aba11629abbf

Updated PCRE version.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 21 May 2019 15:44:09 +0300
parents 4795c2ae5066
children f90e68b836c0
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -79,7 +79,7 @@ sources into lib directory:
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.42.tar.gz
+tar -xzf ../../pcre-8.43.tar.gz
 tar -xzf ../../zlib-1.2.11.tar.gz
 tar -xzf ../../openssl-1.1.1b.tar.gz
 </programlisting>
@@ -103,7 +103,7 @@ auto/configure \
     --http-scgi-temp-path=temp/scgi_temp \
     --http-uwsgi-temp-path=temp/uwsgi_temp \
     --with-cc-opt=-DFD_SETSIZE=1024 \
-    --with-pcre=objs/lib/pcre-8.42 \
+    --with-pcre=objs/lib/pcre-8.43 \
     --with-zlib=objs/lib/zlib-1.2.11 \
     --with-openssl=objs/lib/openssl-1.1.1b \
     --with-openssl-opt=no-asm \