vcpkg

How to update vcpkg itself?


I have installed vcpkg, a package manager for C++. Now after some time, I'd like to update it. How can I do that? Do I need to uninstall and reinstall?


Solution

  • The vcpkg community on Github provided an official answer on their FAQ. They suggest pulling the repo and running the bootstrap script.