So I have a binary that links to system library files (.so) (for ex, ones under /usr, and ones under /opt)
when generating an AppImage, I was copying the whole /usr into the AppDir and updating LD_LIBRARY_PATH
but I doubt that this is the right way of doing it.
is there a tutorial about how to do this right? Can anyone give some directional guide?