comparison xml/en/docs/howto_build_on_win32.xml @ 2342:4795c2ae5066

Added the "poll" method for Windows.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Feb 2019 16:04:09 +0300
parents 1ddf76f5c565
children aba11629abbf
comparison
equal deleted inserted replaced
2341:1ddf76f5c565 2342:4795c2ae5066
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="Building nginx on the Win32 platform with Visual C" 9 <article name="Building nginx on the Win32 platform with Visual C"
10 link="/en/docs/howto_build_on_win32.html" 10 link="/en/docs/howto_build_on_win32.html"
11 lang="en" 11 lang="en"
12 rev="14"> 12 rev="15">
13 13
14 <section name="Prerequisites"> 14 <section name="Prerequisites">
15 15
16 <para> 16 <para>
17 To build nginx on the <registered>Microsoft Win32</registered> platform you need: 17 To build nginx on the <registered>Microsoft Win32</registered> platform you need:
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.42 \
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-select_module \
111 --with-http_ssl_module 110 --with-http_ssl_module
112 </programlisting> 111 </programlisting>
113 </listitem> 112 </listitem>
114 113
115 <listitem> 114 <listitem>