mirror of https://github.com/wolfSSL/wolfssl.git
Added vcpkg instructions to the INSTALL file.
parent
f7482d96e6
commit
f0812fa21f
19
INSTALL
19
INSTALL
|
@ -233,3 +233,22 @@
|
||||||
environments. All OIDs and codepoints are temporary and expected to
|
environments. All OIDs and codepoints are temporary and expected to
|
||||||
change in the future. You should have no expectation of backwards
|
change in the future. You should have no expectation of backwards
|
||||||
compatibility.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue