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.
Use of a C++ package manager for your userland (e.g. vcpkg?)
- AndrewAPrice
- Member

- Posts: 2323
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
-
thewrongchristian
- Member

- Posts: 471
- Joined: Tue Apr 03, 2018 2:44 am
Re: Use of a C++ package manager for your userland (e.g. vcpkg?)
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.)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.
Still, it would certainly be worth a try, if someone else is being paid to maintain the packages. Is vcpkg platform agnostic?