Skip to content

Commit 4f7d46f

Browse files
authored
docs: remove conan and vcpkg instructions from README (#1683)
1 parent 755d0a6 commit 4f7d46f

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,6 @@ Major versions maintain binary compatibility. Critical security fixes are accept
5252
> [!NOTE]
5353
> Package manager ports (vcpkg, Conan, etc.) are community-maintained. Please report outdated versions or missing generators to their respective repositories.
5454
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`.
65-
66-
### Conan
67-
68-
```sh
69-
conan install --requires="jsoncpp/[*]" --build=missing
70-
```
71-
72-
If you are using a `conanfile.txt` in a Conan 2 project, ensure you use the appropriate generators:
73-
74-
```ini
75-
[requires]
76-
jsoncpp/[*]
77-
78-
[generators]
79-
CMakeToolchain
80-
CMakeDeps
81-
```
82-
8355
### Meson
8456

8557
```sh

0 commit comments

Comments
 (0)