aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-06-07 06:21:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-06-07 06:21:27 +0000
commit4ebf001d371b96c85967042d86e618340bb06cd7 (patch)
treeec3006c777ae1db2a7a15184886aad5759f86589 /docs
parent5e326014cd8afc0a1409b758da738694b482a561 (diff)
SM's suggested update of the Microsoft and SSL compiling section
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 4bce95fcd..830195c38 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -206,8 +206,14 @@ Win32
Microsoft command line style
----------------------------
+ Please read the OpenSSL documentation on how to compile and install
+ the OpenSSL library. This generates the libeay32.dll and ssleay32.dll
+ files.
+
Run the 'vcvars32.bat' file to get the proper environment variables
- set, then run 'nmake vc-ssl' in the root dir.
+ set. Edit the makefile.vc6 in the lib directory and define
+ OPENSSL_PATH. Set the location of the OpenSSL library and run 'nmake
+ vc-ssl' in the root directory.
The vcvars32.bat file is part of the Microsoft development
environment.