Тёмный

C++ Dependencies in Visual Studio with vcpkg 

Kyle Geske
Подписаться 1,4 тыс.
Просмотров 239
50% 1

Configuring and using the vcpkg dependency manager in Visual Studio on Windows. Create a Visual Studio MSBuild project and use vcpkg to import and use the fmt formatting library.
00:00:00 What is a Package Manager?
00:01:01 What is VCPKG?
00:01:14 Video Agenda
00:01:45 Updating Visual Studio
00:02:30 Project Time With vcpkg
00:09:55 Wrap Up
vcpkg: vcpkg.io
visual studio: visualstudio.microsoft.com
fmt: github.com/fmtlib/fmt
stungeye: www.stungeye.com

Опубликовано:

 

25 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@stungeye
@stungeye Месяц назад
tl;dr: 1) Create Visual Studio C++ project. 2) From VS terminal run `vcpkg integrate install` 3) Open project properties and enable "Use Vcpkg Manifest" 4) Initialize project from the VS terminal `vcpkg new --application` 5) Add dependencies from terminal. Ex: `vcpkg add port fmt` 6) Build and run project 7) Restart Visual Studio to remove squiggly red underlines 8) If you are using git, remember to add the vcpkg_installed folder to your .gitignore file.
Далее
МОЙ БРАТ БЛИЗНЕЦ!
19:34
Просмотров 941 тыс.
An Overview of vcpkg in 10 Minutes
9:21
Просмотров 1,7 тыс.
Rails JSON APIs, Postman API Testing, and JBuilder
1:23:45
Dear ImGui in Unreal Engine 5 with C++
25:52
Просмотров 10 тыс.
C++ Weekly - Ep 432 - Why constexpr Matters
6:21
Просмотров 12 тыс.
So You Think You Know Git Part 2 - DevWorld 2024
23:02
Modern Python logging
21:32
Просмотров 155 тыс.
How to Use Vcpkg to Manage C++ Dependencies
16:55
Просмотров 13 тыс.