aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2013-05-11 17:08:00 +0200
committerGuenter Knauf <lists@gknw.net>2013-05-11 17:08:00 +0200
commitae26ee3489588f07a882a1f3fed18652a22ded90 (patch)
tree87144cfad59bd3dc6bc43a36b7358d339fc55de6 /docs/INSTALL
parent992bee504dce7605ebe424dcecf167e9cffeaee7 (diff)
Updated zlib version in build files.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 737128b36..50c82e104 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -220,7 +220,7 @@ Win32
adjust as necessary. It is also possible to override these paths with
environment variables, for example:
- set ZLIB_PATH=c:\zlib-1.2.7
+ set ZLIB_PATH=c:\zlib-1.2.8
set OPENSSL_PATH=c:\openssl-0.9.8y
set LIBSSH2_PATH=c:\libssh2-1.4.3
@@ -323,7 +323,7 @@ Win32
documentation on how to compile zlib. Define the ZLIB_PATH environment
variable to the location of zlib.h and zlib.lib, for example:
- set ZLIB_PATH=c:\zlib-1.2.7
+ set ZLIB_PATH=c:\zlib-1.2.8
Then run 'nmake vc-zlib' in curl's root directory.