Hacker News new | ask | show | jobs
by no_wizard 1216 days ago
How do you do package management in C/C++?

I have only used pip, cargo, npm (well yarn and pnpm mostly) and composer.

Big off putting aspect of learning C/C++ is that I can’t grok how shared libraries work very well

1 comments

A mix of actual package managers, distro packages and just cloning the library into a 3rd_party folder in your project