git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
$env:VCPKG_ROOT = "C:\path\to\vcpkg"
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"
To permanently add vcpkg to path use windows system environmental variables panel
vcpkg install raylib:x64-windows-static glfw3:x64-windows-static
Ensure that all variables are fully updated such `vcpkg_root`