hi there! i stumbled upon the so-called itch.io app book, and it has a chapter on publishing pc linux binaries, but doesnt seem to specify how to bundle the libraries at all.
- are users meant to
locate a build of `lld` thenfind the required libraries? - is the developer responsible for bundling just the right amount of libraries?
- is there a hidden app manifest for specifying packages for a package manager?
- is a text file listing the packages sufficient?
my dev environment is linux, a c compiler, and the bare minimum needed for cross compat
would appreciate a detailed answer, and if there is a hidden 5th way that i missed (aside static libraries) id love to know it, thanks
edit: just realised that i misparsed ldd as lld, how embarassing ><