Skip to content

Commit 7e2c5fc

Browse files
Update vcpkg install command for jsoncpp
Added --classic option, now required.
1 parent ca98c98 commit 7e2c5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can download and install JsonCpp using the [vcpkg](https://github.com/Micros
4848
cd vcpkg
4949
./bootstrap-vcpkg.sh
5050
./vcpkg integrate install
51-
./vcpkg install jsoncpp
51+
./vcpkg install --classic jsoncpp
5252

5353
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.
5454

0 commit comments

Comments
 (0)