comparison xml/en/docs/howto_build_on_win32.xml @ 613:95f5c0f0da30

Updated PCRE version used for Win32 builds.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 13:14:48 +0000
parents 2501c3db40a1
children 825aa0a98b24
comparison
equal deleted inserted replaced
612:c9d21d180e6a 613:95f5c0f0da30
78 sources into lib directory: 78 sources into lib directory:
79 <programlisting> 79 <programlisting>
80 mkdir objs 80 mkdir objs
81 mkdir objs/lib 81 mkdir objs/lib
82 cd objs/lib 82 cd objs/lib
83 unzip ../../pcre-8.30.zip 83 unzip ../../pcre-8.31.zip
84 tar -xzf ../../zlib-1.2.5.tar.gz 84 tar -xzf ../../zlib-1.2.5.tar.gz
85 tar -xzf ../../openssl-1.0.1c.tar.gz 85 tar -xzf ../../openssl-1.0.1c.tar.gz
86 </programlisting> 86 </programlisting>
87 </listitem> 87 </listitem>
88 88
93 --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid \ 93 --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid \
94 --http-log-path=logs/access.log --error-log-path=logs/error.log \ 94 --http-log-path=logs/access.log --error-log-path=logs/error.log \
95 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \ 95 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \
96 --http-proxy-temp-path=temp/proxy_temp \ 96 --http-proxy-temp-path=temp/proxy_temp \
97 --http-fastcgi-temp-path=temp/fastcgi_temp \ 97 --http-fastcgi-temp-path=temp/fastcgi_temp \
98 --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.30 \ 98 --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.31 \
99 --with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.1c \ 99 --with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.1c \
100 --with-select_module --with-http_ssl_module --with-ipv6 100 --with-select_module --with-http_ssl_module --with-ipv6
101 </programlisting> 101 </programlisting>
102 </listitem> 102 </listitem>
103 103