comparison xml/en/docs/install.xml @ 289:df261b1ce71f

Documented the --with-pcre-jit configuration parameter and the "pcre_jit" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Dec 2011 12:51:26 +0000
parents 64107bc400c4
children 6135f3c95bf6
comparison
equal deleted inserted replaced
288:b33d3f3cd8ca 289:df261b1ce71f
186 </para> 186 </para>
187 </listitem> 187 </listitem>
188 188
189 <listitem> 189 <listitem>
190 <para> 190 <para>
191 <literal>--with-pcre-jit</literal>&mdash;builds the PCRE library with
192 “just-in-time compilation” support.
193 </para>
194 </listitem>
195
196 <listitem>
197 <para>
191 <literal>--with-zlib=<value>path</value></literal>&mdash;sets 198 <literal>--with-zlib=<value>path</value></literal>&mdash;sets
192 the path to the sources of the zlib library. 199 the path to the sources of the zlib library.
193 The library distribution (version 200 The library distribution (version
194 1.1.3&mdash;1.2.5) needs to be downloaded from the 201 1.1.3&mdash;1.2.5) needs to be downloaded from the
195 <link url="http://www.gzip.org/zlib/">zlib</link> site and extracted. 202 <link url="http://www.gzip.org/zlib/">zlib</link> site and extracted.