summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-02-11 13:31:06 +0800
committerGitHub <noreply@github.com>2020-02-11 00:31:06 -0500
commitc2604e74270453a83df9146057494a084c9f031d (patch)
treef2a9a42bad607ee408e0aa04337e48d7c39d8058 /Install.txt
parent063b964d52933ec89827c493f52d9ba788ce399d (diff)
downloadcryptopp-git-c2604e74270453a83df9146057494a084c9f031d.tar.gz
Add vcpkg installation instructions (PR #925)
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 19bc581e..0a567bbf 100644
--- a/Install.txt
+++ b/Install.txt
@@ -82,6 +82,19 @@ Crypto++ does not enagage Specter remediations at this time. You can build with
CXXFLAGS="-DNDEBUG -g2 -O3 -mfunction-return=thunk -mindirect-branch=thunk" make
+BUILDING WITH VCPKG
+-------------------
+
+You can download and install cryptopp using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
+
+ git clone https://github.com/Microsoft/vcpkg.git
+ cd vcpkg
+ ./bootstrap-vcpkg.sh
+ ./vcpkg integrate install
+ ./vcpkg install cryptopp
+
+The cryptopp port in vcpkg is kept up to date by Microsoft team members and community contributors.
+If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
ALTERNATE BUILD SYSTEMS
-----------------------