comparison xml/en/docs/howto_build_on_win32.xml @ 858:65e75e59a714

Updated versions of external libraries and link to zlib site.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 15:39:33 +0400
parents a8ee5f396880
children 0ed7670778bb
comparison
equal deleted inserted replaced
857:a8ee5f396880 858:65e75e59a714
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.31.zip 83 unzip ../../pcre-8.32.zip
84 tar -xzf ../../zlib-1.2.5.tar.gz 84 tar -xzf ../../zlib-1.2.7.tar.gz
85 tar -xzf ../../openssl-1.0.1c.tar.gz 85 tar -xzf ../../openssl-1.0.1e.tar.gz
86 </programlisting> 86 </programlisting>
87 </listitem> 87 </listitem>
88 88
89 <listitem> 89 <listitem>
90 Run configure script: 90 Run configure script:
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.31 \ 98 --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.32 \
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.7 --with-openssl=objs/lib/openssl-1.0.1e \
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
104 <listitem> 104 <listitem>