From c5e615431d85035dd42eda41aa90db71c7341cbf Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 2 Oct 2020 22:59:01 +0300 Subject: [PATCH] Add conan package manager info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51fe4f0..cff5dd5 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ Other versions of these libraries may work, but have not been tested. In particu 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. +You can also use [conan](https://conan.io/) as a package manager to handle [valijson](https://conan.io/center/valijson/0.3/) package. Please see the [conan recipe](https://github.com/conan-io/conan-center-index/tree/master/recipes/valijson) for any issues regarding the packaging via conan. + ## 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.