Тёмный

vcpkg Crash Course | Visual Studio 2022 | C++ libraries simplified! 

TroubleChute
Подписаться 260 тыс.
Просмотров 61 тыс.
50% 1

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

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 98   
@MrFaronheit
@MrFaronheit 3 месяца назад
You saved my life. I was working on a personal project for fun and dealing with dependencies was giving me cancer. Bless you
@dys5559
@dys5559 7 месяцев назад
I have been trying to install SFML for no joke the past seven days and I finally was able to do it thanks to you!!
@SASA_maxillo
@SASA_maxillo 7 месяцев назад
well i am not the only one who suffers from SFML 😂😂
@indoorraccoon4450
@indoorraccoon4450 6 месяцев назад
canon event
@pablolird7406
@pablolird7406 5 месяцев назад
happened to me too lol
@myheroskryptonite
@myheroskryptonite 13 дней назад
You are the millionth step in a ridiculous rabbit hole I have found myself in for a solution that I am not even sure will work that is eventually just for a homework assignment that is only worth a few points. (What am I even doing?) Your video is a beautiful sunset overlooking blue snowcapped mountains. This is relief and peace before I figure out the next bit. haha
@ryondinkus
@ryondinkus 9 месяцев назад
Extremely good video. I was banging my head over package management stuff for hours and this saved me. Thank you!
@abubakkarsiddique4786
@abubakkarsiddique4786 3 месяца назад
I've been for 3 days to figure out how to integrate sqlite3 in my cpp project, until i found your video, thanks alot man, You truly saved me.
@XoLucyna
@XoLucyna 2 месяца назад
you can also use conan instead of vcpkg which has a more new and updated list of packages
@trishanpreetsingh8399
@trishanpreetsingh8399 27 дней назад
thankyou bro, u literally saved me ,, i been figthing to integrate cpp and SQL and it was happening thx to u it will now thx a lot 😭😭😭😭🙏🙏🙏🙏
@arzuyaldz5104
@arzuyaldz5104 Год назад
Thank you sooo much! I was looking at how to download libxml2 to VS but couldn't until I saw your video. You really save me now I can finally focus on my homework.
@kamalmoustafa318
@kamalmoustafa318 2 года назад
its not working. visual studio doesn't find the library automatically. even-though inside the project there is a vcpkg option tab, but still it underlines the path in red. any suggestions?
@variancewithin
@variancewithin Год назад
youtube returns an error when i try and write a comment, so for actual examples, just read my github comments to the vcpkg devs, it should explain everything you need to know for that kinda issue. you might not be doing anything wrong. it's just a very weird overlooked usability that they might not have realized creates an unnecessary barrier for folks who want to use it
@federicoeigler9257
@federicoeigler9257 Год назад
Thank you so much! i was tring to install sfml + box2d in vs and it was really imposible, you are the best, greetings!
@CaiLewendon
@CaiLewendon 5 месяцев назад
This is fucking huge, thank you
@davecarkeet5691
@davecarkeet5691 Год назад
Great Video!! You have been a great help, thanks so much!
@AntoniGawlikowski
@AntoniGawlikowski Год назад
Great, concise and informative - thank you so much!
@peterSobieraj
@peterSobieraj Год назад
I'm terrified. It looks like everything is constantly updated. Back when I was young and beautiful we were manualy downloading packages sources, and copy them in to our project directories. So if somebody wanted to compiler this code 10 years later, they just check out and compile. And maybe install older version of visual studio from CD. Back then programers job was to "Create new softwere". It looks like now days it's "Keep our source code working, while other packages are changing their".
@spongebobsquarepants4576
@spongebobsquarepants4576 Год назад
Simple and great solution. Thanks!
@quandaledingle5073
@quandaledingle5073 Год назад
How can u fix "vcpkg was unable to detect the active compiler's information. See above for the CMake failure output", Pls help me, i have been trying to fix this for days : C
@lennartschellen3586
@lennartschellen3586 Год назад
thanks for the video. Awesome . You helped me a lot
@manishgawas57
@manishgawas57 11 месяцев назад
Really Helpful Sir .... Thank You
@MouliBeesetti
@MouliBeesetti Год назад
Very good explanation.... Thank you...
@Zuxorestor
@Zuxorestor Год назад
thanks for this tutorial very easy to follow nice :D
@samdavepollard
@samdavepollard Год назад
very helpful many thanks for sharing your knowledge
@WinterWhiz
@WinterWhiz Год назад
This is really good, thanks:)
@robinwang6399
@robinwang6399 Год назад
Hello: I see on Microsoft’s blog that VCPKG and GIT are packaged together with Visual Studios. Is there a way to directly use that?
@tin-slayer-3368
@tin-slayer-3368 9 месяцев назад
Helped a lot!!!
@ErikMiddeldorp
@ErikMiddeldorp 2 месяца назад
at 2:22 you type .\vcpkg integrate install but then at 2:38 it shows ./vcpkg integrate install. Only the first one works for me in the cmd window in windows 10. Anyway, thanks for this. I spent ages trying to add libzippp (and some other libraries) to a project. This makes it so much easier, I wish I'd found it earlier.
@bennguyen1313
@bennguyen1313 6 месяцев назад
I'm trying to make a GTK application using VS Community.. but can't get it to install using vcpkg install gtk:x64-windows and vcpkg integrate install It returns: "error: Could not locate a manifest (vcpkg.json) above the current working directory. This vcpkg distribution does not have a classic mode instance." I also tried "pip install gvsbuild" and "gvsbuild build gtk4" and that created a gtk-build folder with 4GB of files (cmake, ninja, meson, cairo rendering, etc).. unfortunately, can't setup VS Community to include/link the right header/library files.
@gabrielrdomingos
@gabrielrdomingos 3 месяца назад
this saved my job! hahahah thanks a lot!
@DisFunctor
@DisFunctor 3 месяца назад
Am I misunderstanding something? Do we not update the PATH environment variable? Because when I try to run the vcpkg command outside the folder where I cloned the repo, the command isn't recognized... Also, if we want to install dependencies on a per-project basis (which is kind of the usual way you'd do it when you combine virtualenv with pip or when you use npm unless you explicitly say you want the install to be global), do we need to integrate with Nuget?
@Bassmaniaaa
@Bassmaniaaa 2 года назад
Thanks very much. Video is very useful.
@fazbearnpizzas9488
@fazbearnpizzas9488 6 месяцев назад
thank you so much.
@trantrungkien2790
@trantrungkien2790 2 года назад
Amazing tutorial. keep up the good work!
@cobra_girl_147
@cobra_girl_147 Год назад
Thank you! ❤
@twelvemonkeys58
@twelvemonkeys58 10 месяцев назад
Thank you!
@eigenfield
@eigenfield Год назад
you're the man!
@Delicatamente
@Delicatamente Год назад
Thank you so much!!
@marcelpi0
@marcelpi0 Год назад
OHHH THANK YOU!!!!!
@god_of_war_______
@god_of_war_______ Год назад
i got this error:"error: in triplet x64-windows: Unable to find a valid Visual Studio instance Could not locate a complete Visual Studio instance". Someone help me pls :(
@therabidpancake1
@therabidpancake1 2 года назад
I messed up the installation and only installed what was neccessary to make games in Unity . I need to know how I can install other packages without reinstalling .
@jordanedward8778
@jordanedward8778 2 года назад
Love the video. thank you. Problem though. I want to use trim_left(), however it keeps throwing this error from trim.hpp - left of '.erase' must have class/struct/union. This is obviously not my code but code from the package, what gives?
@ming9638
@ming9638 Год назад
Amazingly clear and brief! Thanks a lot for your explaination!
@DarianBenam
@DarianBenam Год назад
Thanks! 🚀
@godat9588
@godat9588 2 года назад
Thanks TroupleChute👍
@faletiute
@faletiute Год назад
Hello, Great work, but I have some issues and the error is: "error: in triplet x64-windows: Unable to find a valid Visual Studio instance Could not locate a complete Visual Studio instance" FYI: I have VS Code installed on my local machine. Please advice.
@user-not_my_name
@user-not_my_name Год назад
5:05 vcpkg upgrade [] --no-dry-run
@Adhjie_EDVCINUB
@Adhjie_EDVCINUB 4 месяца назад
How to change vcpkg mode from classic to manifest mode?
@FlexySlowed
@FlexySlowed 2 года назад
I needed that lol
@syedalimehdi-english
@syedalimehdi-english Год назад
followed each and every step still my vs cant find crow.h
@BachBurgess-q4h
@BachBurgess-q4h 12 дней назад
Burdette Cliffs
@jamesfurtado3915
@jamesfurtado3915 Год назад
I LOVE YOU
@ORITSU_M...
@ORITSU_M... 3 месяца назад
So much work 😫 my first language was python... just use pip install........
@JudsonBorg-p3q
@JudsonBorg-p3q 21 день назад
Presley Forks
@MacArthurChapman-h9o
@MacArthurChapman-h9o 16 дней назад
Collins Forge
@javadmahdavi1151
@javadmahdavi1151 Год назад
is that works on VS2019 ?!
@TyroneLanier-o8j
@TyroneLanier-o8j 12 дней назад
Dorcas Field
@HughChristopher-v7v
@HughChristopher-v7v 15 дней назад
Clifton Summit
@RooseveltOdelia-b6i
@RooseveltOdelia-b6i 24 дня назад
Darrin Islands
@MaggieNorton-l6r
@MaggieNorton-l6r 16 дней назад
Lauriane Road
@MaudEugene-f1f
@MaudEugene-f1f 17 дней назад
Labadie Highway
@markcuello5
@markcuello5 2 года назад
Help me
@b1zzler
@b1zzler 2 года назад
Help me
@jordanedward8778
@jordanedward8778 2 года назад
Help Me, Obi Wan.
@ShantaeLewis-v7i
@ShantaeLewis-v7i 25 дней назад
Ashton Run
@EzekielArmand-o3i
@EzekielArmand-o3i 23 дня назад
Bashirian Lake
@DannyMcDermott-i1s
@DannyMcDermott-i1s 23 дня назад
Reynolds Plains
@BlumeBaird-d3h
@BlumeBaird-d3h 15 дней назад
Schumm Junction
@LarkinMaria-c3e
@LarkinMaria-c3e 21 день назад
Hartmann Views
@WillRex-p9j
@WillRex-p9j 20 дней назад
Skyla Mountains
@GeorgeParry-s8g
@GeorgeParry-s8g 21 день назад
Harber Key
@WycliffeOdelia-c5l
@WycliffeOdelia-c5l 12 дней назад
Jones Locks
@KimberlyHoover-l7x
@KimberlyHoover-l7x 25 дней назад
Gutkowski Lake
@BreiterKoenig
@BreiterKoenig Год назад
It ain’t working, "git" is not recognisable
@OCaseyLeopold-y8v
@OCaseyLeopold-y8v 21 день назад
Beahan Flats
@YvonneWilson-p5v
@YvonneWilson-p5v 15 дней назад
Spencer Fort
@SalomeTab-d1h
@SalomeTab-d1h 18 дней назад
Roberts Pass
@JulietFranklin-l8e
@JulietFranklin-l8e 23 дня назад
Dewitt Extensions
@LeeJames-l2e
@LeeJames-l2e 22 дня назад
Bode Ville
@BensonCatherine-p9j
@BensonCatherine-p9j 18 дней назад
Hanna Villages
@jonnystumble4354
@jonnystumble4354 2 года назад
Are you italian?
@markcuello5
@markcuello5 2 года назад
No; Norweigan and Amer Indian. Mostly Norweigan.
@gavinw77
@gavinw77 Год назад
So, it's like nuget.
@BrandonAdair-h9y
@BrandonAdair-h9y 20 дней назад
Schaefer Stream
@PhilipEvangeline-q5h
@PhilipEvangeline-q5h 24 дня назад
Dicki Vista
@RazoBeckett.
@RazoBeckett. 2 года назад
1st comment
@sparklexscrewyachivements813
@sparklexscrewyachivements813 11 месяцев назад
0202020
@jerodnilstead5985
@jerodnilstead5985 Год назад
how can i get this to work with curl/curl.h ?
@MavVRX
@MavVRX Год назад
Nice! So easy to install C++ packages now
@NicoleCriswell-v7c
@NicoleCriswell-v7c 18 часов назад
Josefina Port
@TobiasNicole-l1l
@TobiasNicole-l1l 17 часов назад
Kshlerin Oval
@CaiLewendon
@CaiLewendon Год назад
your a life saver this is awesome
@PalmerDevin-l4d
@PalmerDevin-l4d 16 дней назад
Durgan Hill
@AlyJimmy-c6s
@AlyJimmy-c6s 18 дней назад
Schmeler Cape
@seanmaddows9790
@seanmaddows9790 Год назад
make sure to run shell as admin when integrate install
@tanphuoclam764
@tanphuoclam764 2 года назад
nice, thanks
@abhisheksah885
@abhisheksah885 Год назад
can i fix this error using vckpg package (.text$_ZN12cimg_library11CImgDisplay5paintEv[__ZN12cimg_library11CImgDisplay5paintEv]+0xb0): undefined reference to `SetDIBitsToDevice@48'
Далее
C++ Dependencies in Visual Studio with vcpkg
10:47
Просмотров 1,4 тыс.
Using Libraries in C++ (Static Linking)
18:43
Просмотров 439 тыс.
I tried 10 code editors
10:28
Просмотров 3 млн
How to Use Vcpkg to Manage C++ Dependencies
16:55
Просмотров 15 тыс.
How to Properly Setup C++ Projects
32:46
Просмотров 109 тыс.
An Overview of vcpkg in 10 Minutes
9:21
Просмотров 2,8 тыс.
I tried Linux for a week, it was terrible but amazing
8:37
Why Does Linus Pirate Windows??
10:30
Просмотров 11 млн