Use of a C++ package manager for your userland (e.g. vcpkg?)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
AndrewAPrice
Member
Member
Posts: 2323
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Use of a C++ package manager for your userland (e.g. vcpkg?)

Post by AndrewAPrice »

Has anybody has success using a C++ package manager for their custom OS's userland?

In theory it should work, and it would be much better me trying to import and sync my local copies of third party libraries.
My OS is Perception.
thewrongchristian
Member
Member
Posts: 471
Joined: Tue Apr 03, 2018 2:44 am

Re: Use of a C++ package manager for your userland (e.g. vcpkg?)

Post by thewrongchristian »

AndrewAPrice wrote: Tue Dec 30, 2025 1:43 pm Has anybody has success using a C++ package manager for their custom OS's userland?

In theory it should work, and it would be much better me trying to import and sync my local copies of third party libraries.
Bless Microsoft, they'll probably eff it up, like they do with everything else their shitty fingers touch (Midas touch, but fecal rather than golden.)

Still, it would certainly be worth a try, if someone else is being paid to maintain the packages. Is vcpkg platform agnostic?
Post Reply