From 7e97345e26ebbd9b72266378255130fb433bc2fa Mon Sep 17 00:00:00 2001 From: Griffin Downs <35574547+grdowns@users.noreply.github.com> Date: Tue, 1 Oct 2019 12:53:42 -0700 Subject: [PATCH] Add vcpkg installation instructions (#1037) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8c85870..4f5eb30 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ format to store user input files. ## Using JsonCpp in your project +### The vcpkg dependency manager +You can download and install JsonCpp 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 jsoncpp + +The JsonCpp 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. + ### Amalgamated source https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated