Skip to content

Commit f5c0afe

Browse files
committed
Add vcpkg installation instructions
1 parent 5371816 commit f5c0afe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

+12
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ source distribution for details.
3030
Compilation and Installation
3131
----------------------------
3232

33+
You can download and install Jansson using the `vcpkg <https://github.com/Microsoft/vcpkg/>`_ dependency manager:
34+
35+
.. code-block:: bash
36+
37+
git clone https://github.com/Microsoft/vcpkg.git
38+
cd vcpkg
39+
./bootstrap-vcpkg.sh
40+
./vcpkg integrate install
41+
vcpkg install jansson
42+
43+
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.
44+
3345
If you obtained a `source tarball`_ from the "Releases" section of the main
3446
site just use the standard autotools commands::
3547

0 commit comments

Comments
 (0)