diff xml/en/docs/configure.xml @ 1653:dad548cf5b5f

Updated pcre and zlib versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 09 Feb 2016 18:00:17 +0300
parents eea7541e7c6a
children 153a99d25210
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Thu Feb 11 12:32:04 2016 +0300
+++ b/xml/en/docs/configure.xml	Tue Feb 09 18:00:17 2016 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="5">
+         rev="6">
 
 <section>
 
@@ -180,7 +180,7 @@
 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
 the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.32) needs to be downloaded from the
+4.4&mdash;8.38) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
 The rest is done by nginx’s <command>./configure</command> and
 <command>make</command>.
@@ -205,7 +205,7 @@
 <literal>--with-zlib=<value>path</value></literal>&mdash;sets
 the path to the sources of the zlib library.
 The library distribution (version
-1.1.3&mdash;1.2.7) needs to be downloaded from the
+1.1.3&mdash;1.2.8) needs to be downloaded from the
 <link url="http://zlib.net">zlib</link> site and extracted.
 The rest is done by nginx’s <command>./configure</command> and
 <command>make</command>.
@@ -249,8 +249,8 @@
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-4.4
-    --with-zlib=../zlib-1.1.3
+    --with-pcre=../pcre-8.38
+    --with-zlib=../zlib-1.2.8
 </programlisting>
 </para>