Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 217 Bytes

File metadata and controls

10 lines (8 loc) · 217 Bytes

How to install VCPKG

Official Link: https://vcpkg.io/en/index.html

cd external
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat # windows
./vcpkg/bootstrap-vcpkg.sh # Unix