comparison xml/en/docs/install.xml @ 282:64107bc400c4

Bumped versions of supported PCRE and zlib libraries.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Dec 2011 12:53:35 +0000
parents 4c6d2c614d2c
children df261b1ce71f
comparison
equal deleted inserted replaced
281:7142ddd2764c 282:64107bc400c4
173 <listitem> 173 <listitem>
174 <para> 174 <para>
175 <literal>--with-pcre=<value>path</value></literal>&mdash;sets 175 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
176 the path to the sources of the PCRE library. 176 the path to the sources of the PCRE library.
177 The library distribution (version 177 The library distribution (version
178 4.4&mdash;6.1) needs to be downloaded from the 178 4.4&mdash;8.21) needs to be downloaded from the
179 <link url="http://www.pcre.org">PCRE</link> site and extracted. 179 <link url="http://www.pcre.org">PCRE</link> site and extracted.
180 The rest is done by nginx's ./configure and make. 180 The rest is done by nginx's ./configure and make.
181 The library is required for regular expressions support in the 181 The library is required for regular expressions support in the
182 <link doc="http/ngx_http_core_module.xml" id="location"/> directive 182 <link doc="http/ngx_http_core_module.xml" id="location"/> directive
183 and for the 183 and for the
189 <listitem> 189 <listitem>
190 <para> 190 <para>
191 <literal>--with-zlib=<value>path</value></literal>&mdash;sets 191 <literal>--with-zlib=<value>path</value></literal>&mdash;sets
192 the path to the sources of the zlib library. 192 the path to the sources of the zlib library.
193 The library distribution (version 193 The library distribution (version
194 1.1.3&mdash;1.2.2) needs to be downloaded from the 194 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. 195 <link url="http://www.gzip.org/zlib/">zlib</link> site and extracted.
196 The rest is done by nginx's ./configure and make. 196 The rest is done by nginx's ./configure and make.
197 The library is required for the 197 The library is required for the
198 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module. 198 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module.
199 </para> 199 </para>