Skip to content

Commit

Permalink
Add vcpkg installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
grdowns committed Sep 26, 2019
1 parent 5371816 commit f5c0afe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Expand Up @@ -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::

Expand Down

0 comments on commit f5c0afe

Please sign in to comment.