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
Initialize vcpkg
You need to run the following initialization command in every new Terminal window:
%USERPROFILE%\.vcpkg\vcpkg-init.cmd
. ~/.vcpkg/vcpkg-init.ps1
. ~/.vcpkg/vcpkg-init
Continue by creating your vcpkg configuration file.