comparison xml/en/docs/howto_build_on_win32.xml @ 2382:aba11629abbf

Updated PCRE version.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 21 May 2019 15:44:09 +0300
parents 4795c2ae5066
children f90e68b836c0
comparison
equal deleted inserted replaced
2381:afe9a1fcbf95 2382:aba11629abbf
77 sources into lib directory: 77 sources into lib directory:
78 <programlisting> 78 <programlisting>
79 mkdir objs 79 mkdir objs
80 mkdir objs/lib 80 mkdir objs/lib
81 cd objs/lib 81 cd objs/lib
82 tar -xzf ../../pcre-8.42.tar.gz 82 tar -xzf ../../pcre-8.43.tar.gz
83 tar -xzf ../../zlib-1.2.11.tar.gz 83 tar -xzf ../../zlib-1.2.11.tar.gz
84 tar -xzf ../../openssl-1.1.1b.tar.gz 84 tar -xzf ../../openssl-1.1.1b.tar.gz
85 </programlisting> 85 </programlisting>
86 </listitem> 86 </listitem>
87 87
101 --http-proxy-temp-path=temp/proxy_temp \ 101 --http-proxy-temp-path=temp/proxy_temp \
102 --http-fastcgi-temp-path=temp/fastcgi_temp \ 102 --http-fastcgi-temp-path=temp/fastcgi_temp \
103 --http-scgi-temp-path=temp/scgi_temp \ 103 --http-scgi-temp-path=temp/scgi_temp \
104 --http-uwsgi-temp-path=temp/uwsgi_temp \ 104 --http-uwsgi-temp-path=temp/uwsgi_temp \
105 --with-cc-opt=-DFD_SETSIZE=1024 \ 105 --with-cc-opt=-DFD_SETSIZE=1024 \
106 --with-pcre=objs/lib/pcre-8.42 \ 106 --with-pcre=objs/lib/pcre-8.43 \
107 --with-zlib=objs/lib/zlib-1.2.11 \ 107 --with-zlib=objs/lib/zlib-1.2.11 \
108 --with-openssl=objs/lib/openssl-1.1.1b \ 108 --with-openssl=objs/lib/openssl-1.1.1b \
109 --with-openssl-opt=no-asm \ 109 --with-openssl-opt=no-asm \
110 --with-http_ssl_module 110 --with-http_ssl_module
111 </programlisting> 111 </programlisting>