# HG changeset patch # User Sergey Budnevitch # Date 1319190705 0 # Node ID 5530e24f9d58ed7110f124588cb67427c9c3897c # Parent 67c2264bbdce2413589c706f71f97d622b3a3b79 * reg symbol replaced with 'registered' tags * Configure arguments reformated diff -r 67c2264bbdce -r 5530e24f9d58 xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Fri Oct 21 09:44:59 2011 +0000 +++ b/xml/en/docs/howto_build_on_win32.xml Fri Oct 21 09:51:45 2011 +0000 @@ -9,13 +9,13 @@
-To build nginx on the Microsoft Win32® platform you need: +To build nginx on the Microsoft Win32 platform you need: -Microsoft Visual C compiler. Microsoft Visual Studio® 8 and 10 are -known to work. +Microsoft Visual C compiler. Microsoft Visual Studio +8 and 10 are known to work. @@ -23,13 +23,14 @@ -Perl, if you want to build OpenSSL® and nginx with SSL support. +Perl, if you want to build OpenSSL and nginx with SSL support. For example ActivePerl or Strawberry Perl. -Subversion® client. Choose any from the list +Subversion client. Choose any from the +list @@ -57,7 +58,7 @@ -Start MSYS bash +Start MSYS bash. @@ -83,10 +84,12 @@ Run configure script: -auto/configure --with-cc=cl --builddir=objs --prefix= --conf-path=conf/nginx.conf \ ---pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log \ +auto/configure --with-cc=cl --builddir=objs --prefix= \ +--conf-path=conf/nginx.conf --pid-path=logs/nginx.pid \ +--http-log-path=logs/access.log --error-log-path=logs/error.log \ --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 \ +--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 --withopenssl=objs/lib/openssl-1.0.0e \ --with-select_module --with-http_ssl_module --with-ipv6