From f5c0afecdb9abe19ca489e27ba44dcc404f2119f Mon Sep 17 00:00:00 2001 From: grdowns Date: Thu, 26 Sep 2019 16:54:02 -0700 Subject: [PATCH] Add vcpkg installation instructions --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 371e913..9570b8f 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,18 @@ source distribution for details. Compilation and Installation ---------------------------- +You can download and install Jansson using the `vcpkg `_ dependency manager: + +.. code-block:: bash + + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + vcpkg install jansson + +The Jansson 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 `_ on the vcpkg repository. + If you obtained a `source tarball`_ from the "Releases" section of the main site just use the standard autotools commands::