- > git clone https://github.com/Microsoft/vcpkg.git
- > cd vcpkg
-
- PS> .\bootstrap-vcpkg.bat
- Linux:~/$ ./bootstrap-vcpkg.sh
-
- Then, to hook up user-wide integration, run (note: requires admin on first use)
-
- PS> .\vcpkg integrate install
- Linux:~/$ ./vcpkg integrate install