summaryrefslogtreecommitdiff
path: root/INSTALL.win32
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-05-12 14:24:53 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-05-12 14:24:53 +0000
commit7ae384e7450148cf6fb881752aac57aa66a8fdc9 (patch)
tree5791dda75521dbf5724266075d962d6cdb9fed14 /INSTALL.win32
parent108905e296f9dbaeac37c5c1ba6b73cbd73563e0 (diff)
downloadneon-7ae384e7450148cf6fb881752aac57aa66a8fdc9.tar.gz
* INSTALL.win32: Update to reference 0.9.7g from confirmation from
David Reid. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@614 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'INSTALL.win32')
-rw-r--r--INSTALL.win328
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.win32 b/INSTALL.win32
index 27530b3..dc02e5e 100644
--- a/INSTALL.win32
+++ b/INSTALL.win32
@@ -53,20 +53,20 @@ Build neon with dynamically linked SSL support
______________________________________________
To build neon on Windows with SSL support you need OpenSSL already
-installed on your system (I used OpenSSL 0.9.6g). It can be
+installed on your system (I used OpenSSL 0.9.7g). It can be
downloaded from
- http://www.openssl.org/source/openssl-0.9.6g.tar.gz
+ http://www.openssl.org/source/openssl-0.9.7g.tar.gz
After compiling OpenSSL, now simply point make to the OpenSSL sources:
nmake /f neon.mak OPENSSL_SRC=\path\to\openssl
NOTE: The include files for OpenSSL reside in inc32/ directory
-("../openssl-0.9.6g/inc32").
+("../openssl-0.9.7g/inc32").
NOTE: Make sure that your program is linked against libeay32.lib and
-ssleay32.lib (normally in "../openssl-0.9.6g/out32dll") and that
+ssleay32.lib (normally in "../openssl-0.9.7g/out32dll") and that
libeay32.dll and ssleay32.dll is accessible, i.e. is in your PATH.