Skip to content

ChaoticRoman/vcpkg-getting-started

Repository files navigation

Using vcpkg as C++ dependency manager

Install vcpkg

Follow steps here.

The bootstrap script will create binary in the vcpkg repo folder. I have added symbolic link the binary to /usr/bin as well.

Initialize project

vcpkg new --application

Add dependency

Let us add fmt formatting library as an example:

vcpkg add port fmt

Set up and build

Follow instructions here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published