You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,17 @@ format to store user input files.
31
31
32
32
## Using JsonCpp in your project
33
33
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.
0 commit comments