mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:03:34 +03:00
David Byron's makefile fix to allow 7.10.6 to build fine using VC
This commit is contained in:
parent
9f7c634133
commit
9ea2087ede
2 changed files with 18 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue