changeset 611:2501c3db40a1

Updated versions of nginx and external libraries used in "Win32 build" howto.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 11:37:10 +0000
parents f71947553000
children c9d21d180e6a
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Mon Jul 30 13:13:32 2012 +0000
+++ b/xml/en/docs/howto_build_on_win32.xml	Tue Jul 31 11:37:10 2012 +0000
@@ -69,7 +69,7 @@
 <listitem>
 Check out nginx sources from the svn.nginx.org repository. For example:
 <programlisting>
-svn co svn://svn.nginx.org/tags/release-1.1.6
+svn co svn://svn.nginx.org/tags/release-<development_version/>
 </programlisting>
 </listitem>
 
@@ -80,9 +80,9 @@
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-unzip ../../pcre-8.12.zip
+unzip ../../pcre-8.30.zip
 tar -xzf ../../zlib-1.2.5.tar.gz
-tar -xzf ../../openssl-1.0.0e.tar.gz
+tar -xzf ../../openssl-1.0.1c.tar.gz
 </programlisting>
 </listitem>
 
@@ -95,8 +95,8 @@
 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \
 --http-proxy-temp-path=temp/proxy_temp \
 --http-fastcgi-temp-path=temp/fastcgi_temp \
---with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.12 \
---with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.0e \
+--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.30 \
+--with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.1c \
 --with-select_module --with-http_ssl_module --with-ipv6
 </programlisting>
 </listitem>