comparison xml/en/docs/configure.xml @ 2018:7ee425a5ae29

Updated PCRE version.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Aug 2017 19:59:39 +0300
parents 3be7279397c8
children 7d9c836d14bf
comparison
equal deleted inserted replaced
2017:a1f1c21cc19d 2018:7ee425a5ae29
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Building nginx from Sources" 8 <article name="Building nginx from Sources"
9 link="/en/docs/configure.html" 9 link="/en/docs/configure.html"
10 lang="en" 10 lang="en"
11 rev="9"> 11 rev="10">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 The build is configured using the <command>configure</command> command. 16 The build is configured using the <command>configure</command> command.
254 ./configure 254 ./configure
255 --sbin-path=/usr/local/nginx/nginx 255 --sbin-path=/usr/local/nginx/nginx
256 --conf-path=/usr/local/nginx/nginx.conf 256 --conf-path=/usr/local/nginx/nginx.conf
257 --pid-path=/usr/local/nginx/nginx.pid 257 --pid-path=/usr/local/nginx/nginx.pid
258 --with-http_ssl_module 258 --with-http_ssl_module
259 --with-pcre=../pcre-8.40 259 --with-pcre=../pcre-8.41
260 --with-zlib=../zlib-1.2.11 260 --with-zlib=../zlib-1.2.11
261 </programlisting> 261 </programlisting>
262 </para> 262 </para>
263 263
264 <para> 264 <para>