How to install microsoft/vcpkg. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
microsoft/vcpkg Installation Guide
How to install microsoft/vcpkg. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for microsoft/vcpkg. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i microsoft/vcpkgor
Install via npx
npx @hexmos/ipm i microsoft/vcpkgPrerequisites
Visual Studio
system_packageVersion: 17.0.0 or later
CMake
build_toolVersion: 3.20.0 or later
Git
system_packageVersion: 2.35.1 or later
Python 3.8 or later
languageVersion: 3.8.0 or later
Microsoft Visual C++ Build Tools
system_packagevcpkg
package_managerVersion: vcpkg-x.x.x
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Installation (Windows)
vcpkg install fmtPost Installation Steps
- Start the server using the command: `vcpkg run`.
- Run database migrations using the command: `vcpkg migrate`.
