Update dependencies

This commit is contained in:
grdowns
2019-09-26 17:11:49 -07:00
parent 760c1e284c
commit 7ef51239a9

View File

@@ -21,7 +21,7 @@ construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects.
It aims to conform to [RFC 7159](https://tools.ietf.org/html/rfc7159).
Building on Unix and Windows with `vcpkg`, `curl`, `unzip`, and `tar`
Building on Unix and Windows with `vcpkg`, `gcc`/`g++`, `curl`, `unzip`, and `tar`
--------------------------------------------------
You can download and install JSON-C using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: