aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-01 07:53:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-01 07:53:27 +0000
commit9ea2087ede1a5b91a6b1ae4f5e2aafb999494c2e (patch)
tree662fd5026b17cfb0646de00cb7b598b3c0601029 /docs
parent9f7c634133b493ab2c869283ba51278244401e6d (diff)
David Byron's makefile fix to allow 7.10.6 to build fine using VC
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index fb75a45d6..36ff17fdb 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -204,7 +204,14 @@ Win32
Before running nmake define the OPENSSL_PATH environment variable with
the root/base directory of OpenSSL, for example:
- set OPENSSL_PATH=c:\openssl-0.9.6b
+ set OPENSSL_PATH=c:\openssl-0.9.7a
+
+ lib/Makefile.vc6 depends on zlib (http://www.gzip.org/zlib/) as well.
+ Please read the zlib 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.1.4
Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in curl's root
directory. 'nmake vc-ssl' will create a libcurl static and dynamic