Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading