shc
shc copied to clipboard
Compiling jq and its /usr/lib dependencies into single executable
I'm trying to modify various binaries including jq to be self-contained for use with minimal Docker environments. Do you know how I can make a jq executable that includes its libs? The closest thing I found so far is this https://github.com/intoli/exodus but I'd love to experiment with this library to see which is better.