aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorgrdowns <grdowns@microsoft.com>2019-09-26 16:54:02 -0700
committergrdowns <grdowns@microsoft.com>2019-09-26 16:54:02 -0700
commitf5c0afecdb9abe19ca489e27ba44dcc404f2119f (patch)
tree2c9ca6422e5a2907e7370c7bdf05f6ed279b6949 /README.rst
parent5371816480fd106f6d0b6152ac69c70b6cac25e7 (diff)
downloadjansson-f5c0afecdb9abe19ca489e27ba44dcc404f2119f.zip
jansson-f5c0afecdb9abe19ca489e27ba44dcc404f2119f.tar.gz
jansson-f5c0afecdb9abe19ca489e27ba44dcc404f2119f.tar.bz2
Add vcpkg installation instructions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
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 <https://github.com/Microsoft/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 <https://github.com/Microsoft/vcpkg/>`_ on the vcpkg repository.
+
If you obtained a `source tarball`_ from the "Releases" section of the main
site just use the standard autotools commands::