aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent992bee504dce7605ebe424dcecf167e9cffeaee7 (diff)
Updated zlib version in build files.
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL4
-rw-r--r--docs/examples/Makefile.m324
-rw-r--r--docs/examples/Makefile.netware2
3 files changed, 5 insertions, 5 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.
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32
index 10ad698ad..6bfb9fa81 100644
--- a/docs/examples/Makefile.m32
+++ b/docs/examples/Makefile.m32
@@ -27,14 +27,14 @@
## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-spi-winidn
##
## Hint: you can also set environment vars to control the build, f.e.:
-## set ZLIB_PATH=c:/zlib-1.2.7
+## set ZLIB_PATH=c:/zlib-1.2.8
## set ZLIB=1
#
###########################################################################
# Edit the path below to point to the base of your Zlib sources.
ifndef ZLIB_PATH
-ZLIB_PATH = ../../../zlib-1.2.7
+ZLIB_PATH = ../../../zlib-1.2.8
endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
diff --git a/docs/examples/Makefile.netware b/docs/examples/Makefile.netware
index 44fde7e99..2816cbd77 100644
--- a/docs/examples/Makefile.netware
+++ b/docs/examples/Makefile.netware
@@ -14,7 +14,7 @@ endif
# Edit the path below to point to the base of your Zlib sources.
ifndef ZLIB_PATH
-ZLIB_PATH = ../../../zlib-1.2.7
+ZLIB_PATH = ../../../zlib-1.2.8
endif
# Edit the path below to point to the base of your OpenSSL package.