# HG changeset patch # User Valentin Bartenev # Date 1363002039 -14400 # Node ID 0ed7670778bbdbbff0303484f2926e6ad77bc78b # Parent 65e75e59a714900f22f616cf96a85a37d588efd1 Replaced "unzip" with "tar -xzf" in "Win32 build" howto. The "unzip" utility may not exist. diff -r 65e75e59a714 -r 0ed7670778bb xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Mon Mar 11 15:39:33 2013 +0400 +++ b/xml/en/docs/howto_build_on_win32.xml Mon Mar 11 15:40:39 2013 +0400 @@ -80,7 +80,7 @@ mkdir objs mkdir objs/lib cd objs/lib -unzip ../../pcre-8.32.zip +tar -xzf ../../pcre-8.32.tar.gz tar -xzf ../../zlib-1.2.7.tar.gz tar -xzf ../../openssl-1.0.1e.tar.gz