From 6adf9f50c195ecc4580a94737cbadd153daad30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WebFolder=20O=C3=9C?= Date: Wed, 8 May 2019 23:43:23 +0300 Subject: [PATCH] Added vcpkg port link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca7b9a4..8cb659b 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,10 @@ Valijson supports JSON documents loaded using various JSON parser libraries. It Other versions of these libraries may work, but have not been tested. In particular, versions of JsonCpp going back to 0.5.0 should also work correctly, but versions from 1.0 onwards have not yet been tested. +## Package Managers ## + +If you are using [vcpkg](https://github.com/Microsoft/vcpkg) on your project for external dependencies, then you can use the [valijson](https://github.com/microsoft/vcpkg/tree/master/ports/valijson) package. Please see the vcpkg project for any issues regarding the packaging. + ## Test Suite Requirements ## Supported versions of these libraries have been included in the 'thirdparty' directory so as to support Valijson's examples and test suite.