Comment by duskwuff
8 hours ago
C/C++ library dependencies are a thing, and there's no universal solution to acquiring and installing them.
8 hours ago
C/C++ library dependencies are a thing, and there's no universal solution to acquiring and installing them.
The most universal thing in C/C++ is vendoring, IMHO.
If you are distributing source, you distribute everything. Then, it only needs a compiler and libc. That vendored package is tested, and it works on your platform, so there's no guesswork.