summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-07-23 21:34:46 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-07-23 21:34:46 +0100
commit1979008703cb50bab16111658202cfd05745f0d8 (patch)
tree8ca766512469ca27247b222a563407435a28cab1 /projects
parent3fc845914ad050fcb78ddb8ab947ddbe3928de2a (diff)
downloadgnurl-1979008703cb50bab16111658202cfd05745f0d8.tar.gz
gnurl-1979008703cb50bab16111658202cfd05745f0d8.tar.bz2
gnurl-1979008703cb50bab16111658202cfd05745f0d8.zip
README: Mention wolfSSL in the 'Dependencies' section
Diffstat (limited to 'projects')
-rw-r--r--projects/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/projects/README b/projects/README
index e5fd019de..f63143790 100644
--- a/projects/README
+++ b/projects/README
@@ -27,8 +27,8 @@ Dependencies
============
The projects files also support build configurations that require third
- party dependencies such as OpenSSL and SSH2. If you wish to support these,
- you will also need to download and compile those libraries as well.
+ party dependencies such as OpenSSL, wolfSSL and SSH2. If you wish to support
+ these, you will also need to download and compile those libraries as well.
To support compilation of these libraries using different versions of
compilers, the following directory structure has been used for both the
@@ -55,9 +55,10 @@ Dependencies
|_VC <version>
|_<configuration>
- As OpenSSL doesn't support side-by-side compilation when using different
- versions of Visual Studio a build helper batch file has been provided to
- assist with this. Please run "build-openssl -help" for usage details.
+ As OpenSSL and wolfSSL don't support side-by-side compilation when using
+ different versions of Visual Studio, build helper batch files have been
+ provided to assist with this. Please run "build-openssl -help" and/or
+ "build-wolfssl -help" for usage details.
Building with Visual C++
========================