Page 1 of 1

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

Posted: Tue Dec 30, 2025 1:43 pm
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.

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

Posted: Sat Jan 03, 2026 6:14 pm
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?