mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
Add vcpkg installation instructions (#1037)
This commit is contained in:
parent
227c7cdfa5
commit
7e97345e26
11
README.md
11
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user