You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,34 +52,6 @@ Major versions maintain binary compatibility. Critical security fixes are accept
52
52
> [!NOTE]
53
53
> Package manager ports (vcpkg, Conan, etc.) are community-maintained. Please report outdated versions or missing generators to their respective repositories.
54
54
55
-
### vcpkg
56
-
Add `jsoncpp` to your `vcpkg.json` manifest:
57
-
58
-
```json
59
-
{
60
-
"dependencies": ["jsoncpp"]
61
-
}
62
-
```
63
-
64
-
Or install via classic mode: `vcpkg install jsoncpp`.
0 commit comments