1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

README: Mention wolfSSL in the 'Dependencies' section

This commit is contained in:
Steve Holme 2016-07-23 21:34:46 +01:00
parent 3fc845914a
commit 1979008703

View File

@ -27,8 +27,8 @@ Dependencies
============ ============
The projects files also support build configurations that require third The projects files also support build configurations that require third
party dependencies such as OpenSSL and SSH2. If you wish to support these, party dependencies such as OpenSSL, wolfSSL and SSH2. If you wish to support
you will also need to download and compile those libraries as well. these, you will also need to download and compile those libraries as well.
To support compilation of these libraries using different versions of To support compilation of these libraries using different versions of
compilers, the following directory structure has been used for both the compilers, the following directory structure has been used for both the
@ -55,9 +55,10 @@ Dependencies
|_VC <version> |_VC <version>
|_<configuration> |_<configuration>
As OpenSSL doesn't support side-by-side compilation when using different As OpenSSL and wolfSSL don't support side-by-side compilation when using
versions of Visual Studio a build helper batch file has been provided to different versions of Visual Studio, build helper batch files have been
assist with this. Please run "build-openssl -help" for usage details. provided to assist with this. Please run "build-openssl -help" and/or
"build-wolfssl -help" for usage details.
Building with Visual C++ Building with Visual C++
======================== ========================