diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-14 14:01:11 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-14 14:01:11 +0000 |
commit | 38b88b5892cb821af529bbac652e5439f3db4064 (patch) | |
tree | 062d8ead50a0f359a90ace85b07c2989b7869b24 /docs/INSTALL | |
parent | 340e3b952f7bea30fb8ebfea6137de077cd51dcb (diff) |
updated openssl version to latest; removed obsolete link to openssl patch since its now in the openssl releases.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index c9fdf5e69..f40e594ce 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -206,8 +206,8 @@ Win32 environment variables, for example: set ZLIB_PATH=c:\zlib-1.2.3 - set OPENSSL_PATH=c:\openssl-0.9.8g - set LIBSSH2_PATH=c:\libssh2-0.17 + set OPENSSL_PATH=c:\openssl-0.9.8k + set LIBSSH2_PATH=c:\libssh2-1.1 ATTENTION: if you want to build with libssh2 support you have to use latest version 0.17 - previous versions will NOT work with 7.17.0 and later! @@ -275,7 +275,7 @@ 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.8g + set OPENSSL_PATH=c:\openssl-0.9.8k 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 @@ -566,9 +566,8 @@ NetWare - optional OpenSSL sources (version 0.9.8 or later build with BSD sockets); you can find precompiled packages at: http://www.gknw.net/development/ossl/netware/ - for CLIB-based builds OpenSSL needs to be patched to build with BSD - sockets (currently only a winsock-based CLIB build is supported): - http://www.gknw.net/development/ossl/netware/patches/v_0.9.8g/openssl-0.9.8g.diff + for CLIB-based builds OpenSSL 0.9.8h or later is required - earlier versions + dont support buildunf with CLIB BSD sockets. - optional SSH2 sources (version 0.17 or later); Set a search path to your compiler, linker and tools; on Linux make |