From f0812fa21fb702ca823292d31e0cf28aacdf4d2c Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 31 Aug 2022 11:41:43 -0700 Subject: [PATCH] Added vcpkg instructions to the INSTALL file. --- INSTALL | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/INSTALL b/INSTALL index 49421ba6a..79d40e3a5 100644 --- a/INSTALL +++ b/INSTALL @@ -233,3 +233,22 @@ environments. All OIDs and codepoints are temporary and expected to change in the future. You should have no expectation of backwards compatibility. + +16. Building with vcpkg + +# Building wolfssl - Using vcpkg + + You can download and install wolfssl using the [vcpkg](https://github.com/Microsoft/vcpkg): + + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + OR for Windows + bootstrap-vcpkg.bat + + ./vcpkg integrate install + ./vcpkg install wolfssl + +The wolfssl port in vcpkg is kept up to date by wolfSSL. + +We also have vcpkg ports for wolftpm, wolfmqtt and curl.