From 7e2c5fca268c6f54e782e3c08fe29554fcf0cab2 Mon Sep 17 00:00:00 2001 From: Albaro Pereyra <141711575+albaropereyra22@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:00:39 -0800 Subject: [PATCH] Update vcpkg install command for jsoncpp Added --classic option, now required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bff8dca2..6ad636671 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can download and install JsonCpp using the [vcpkg](https://github.com/Micros cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install - ./vcpkg install jsoncpp + ./vcpkg install --classic jsoncpp The JsonCpp 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.