Package Managers for C++ C++ Package Managers Package Managers
vcpkg
$ git clone https://github.com/Microsoft/vcpkg.git
$ ./vcpkg/bootstrap-vcpkg.sh
$ git clone https://github.com/Microsoft/vcpkg.git
$ .\vcpkg\bootstrap-vcpkg.bat
$ vcpkg integrate install # MSBuild / Visual Studio
Comments…