From 7ef51239a9e5cd64dd7ad2f167c8ff741c131f74 Mon Sep 17 00:00:00 2001 From: grdowns Date: Thu, 26 Sep 2019 17:11:49 -0700 Subject: [PATCH] Update dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 840aac8..0580878 100644 --- a/README.md +++ b/README.md @@ -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: -- 2.49.0