Skip to content

Commit 7e97345

Browse files
grdownsbaylesj
authored andcommitted
Add vcpkg installation instructions (open-source-parsers#1037)
1 parent 227c7cd commit 7e97345

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ format to store user input files.
3131

3232
## Using JsonCpp in your project
3333

34+
### The vcpkg dependency manager
35+
You can download and install JsonCpp using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
36+
37+
git clone https://github.com/Microsoft/vcpkg.git
38+
cd vcpkg
39+
./bootstrap-vcpkg.sh
40+
./vcpkg integrate install
41+
vcpkg install jsoncpp
42+
43+
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.
44+
3445
### Amalgamated source
3546
https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated
3647

0 commit comments

Comments
 (0)