Тёмный

An Overview of vcpkg in 10 Minutes 

Microsoft Visual Studio
Подписаться 325 тыс.
Просмотров 2,9 тыс.
50% 1

Sign up for the free Pure Virtual C++ 2024 conference on April 30th: aka.ms/pure-vi...
vcpkg is a free C/C++ package manager for acquiring and managing libraries. It allows you to choose from over 1500 open source libraries to download and build in a single step or add your own private libraries to simplify your build process.
vcpkg.io/

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

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@autodidact7127
@autodidact7127 4 месяца назад
I've been trying to get vcpkg to work for like 3 days. Nothing is up to date in terms of tutorials. I am unable to get visual studio to recognize a single package installation and I have been trying for quite some time.
@husenpatel9381
@husenpatel9381 2 месяца назад
Same problem here, no solution
@h240481
@h240481 23 дня назад
I tried it, it is good for some libraries that works fine, for other libraries, the vcpkg is missing some components of the library, like wxwidgets, it has the basic components but not others like jpeg library, expat library...
@lucdina5118
@lucdina5118 2 месяца назад
It is with deep sadness that I come to express my problem here, installing packages in cpp is a horror. I followed the tutorial on how to use vcpkg and cmake proposed by Microsoft. I followed the tutorial to the letter, but in the end I can’t build the project with (ctrl+shift+B) I also noticed that there is a conflict with vcpkg because it seems that VS also integrates another version of vcpkg. So which version of vcpkg should I use, if vcpkg is integrated into VS?
@MrGeekGamer
@MrGeekGamer 5 месяцев назад
Try and do anything *crazy* like using SDL2 and you have to basically link as if you never had a package manager.
@sleepyNovember_project
@sleepyNovember_project Месяц назад
Yes, after I successfully linked SFML, in particular statically, linking no longer seems so difficult
@kenyup7936
@kenyup7936 5 месяцев назад
Thank you for updating VC++, do you think we need to learn Rust too ?
@ivanmaticevic3546
@ivanmaticevic3546 2 месяца назад
Some practical demonstration could be useful