From 36dbfdfb6b6d19fdeaf1cc499be441ded51aa786 Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Tue, 5 May 2026 14:24:12 -0700 Subject: [PATCH] docs: remove conan and vcpkg instructions from README --- README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/README.md b/README.md index fe2b4f956..2cbf00b30 100644 --- a/README.md +++ b/README.md @@ -52,34 +52,6 @@ Major versions maintain binary compatibility. Critical security fixes are accept > [!NOTE] > Package manager ports (vcpkg, Conan, etc.) are community-maintained. Please report outdated versions or missing generators to their respective repositories. -### vcpkg -Add `jsoncpp` to your `vcpkg.json` manifest: - -```json -{ - "dependencies": ["jsoncpp"] -} -``` - -Or install via classic mode: `vcpkg install jsoncpp`. - -### Conan - -```sh -conan install --requires="jsoncpp/[*]" --build=missing -``` - -If you are using a `conanfile.txt` in a Conan 2 project, ensure you use the appropriate generators: - -```ini -[requires] -jsoncpp/[*] - -[generators] -CMakeToolchain -CMakeDeps -``` - ### Meson ```sh