diff xml/en/docs/install.xml @ 486:1bf933a9df8b

- Mentioned that --with-pcre-jit has appeared in 1.1.12, and added a link to the "pcre_jit" directive. - Brought the range of supported PCRE library versions up to date.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 11 Apr 2012 03:26:09 +0000
parents 6135f3c95bf6
children be54c443235a
line wrap: on
line diff
--- a/xml/en/docs/install.xml
+++ b/xml/en/docs/install.xml
@@ -175,7 +175,7 @@ The OpenSSL library is required to build
 <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.21) needs to be downloaded from the
+4.4&mdash;8.30) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
 The rest is done by nginx's ./configure and make.
 The library is required for regular expressions support in the
@@ -189,7 +189,8 @@ module.
 <listitem>
 <para>
 <literal>--with-pcre-jit</literal>&mdash;builds the PCRE library with
-“just-in-time compilation” support.
+“just-in-time compilation” support (1.1.12, see
+<link doc="ngx_core_module.xml" id="pcre_jit"/>).
 </para>
 </listitem>