Add vcpkg installation instructions (#1037)

This commit is contained in:
Griffin Downs 2019-10-01 12:53:42 -07:00 committed by Jordan Bayles
parent 227c7cdfa5
commit 7e97345e26

View File

@ -31,6 +31,17 @@ format to store user input files.
## Using JsonCpp in your project ## 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 ### Amalgamated source
https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated