Install tools on the command line using vcpkg
Introduction
Install vcpkg
Initialize vcpkg
Create a vcpkg-configuration.json file
Use vcpkg
Activate a license
Remove vcpkg
Next Steps
Install tools on the command line using vcpkg
Remove vcpkg
If you want to remove vcpkg from your system, run one of the following commands:
rmdir /s %USERPROFILE%\.vcpkg
Remove-Item -Recurse -Force -Path ~\.vcpkg
rm -rf ~/.vcpkg