comparison xml/en/docs/howto_build_on_win32.xml @ 859:0ed7670778bb

Replaced "unzip" with "tar -xzf" in "Win32 build" howto. The "unzip" utility may not exist.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 15:40:39 +0400
parents 65e75e59a714
children 675f5c67b45c
comparison
equal deleted inserted replaced
858:65e75e59a714 859:0ed7670778bb
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.32.zip 83 tar -xzf ../../pcre-8.32.tar.gz
84 tar -xzf ../../zlib-1.2.7.tar.gz 84 tar -xzf ../../zlib-1.2.7.tar.gz
85 tar -xzf ../../openssl-1.0.1e.tar.gz 85 tar -xzf ../../openssl-1.0.1e.tar.gz
86 </programlisting> 86 </programlisting>
87 </listitem> 87 </listitem>
88 88