An Overview of vcpkg in 10 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 8

  • @autodidact7127
    @autodidact7127 8 หลายเดือนก่อน +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 6 หลายเดือนก่อน +1

      Same problem here, no solution

  • @lucdina5118
    @lucdina5118 6 หลายเดือนก่อน +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?

  • @h240481
    @h240481 4 หลายเดือนก่อน

    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...

  • @kenyup7936
    @kenyup7936 9 หลายเดือนก่อน +1

    Thank you for updating VC++, do you think we need to learn Rust too ?

  • @MrGeekGamer
    @MrGeekGamer 9 หลายเดือนก่อน +3

    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 6 หลายเดือนก่อน

      Yes, after I successfully linked SFML, in particular statically, linking no longer seems so difficult

  • @ivanmaticevic3546
    @ivanmaticevic3546 6 หลายเดือนก่อน +1

    Some practical demonstration could be useful