shc icon indicating copy to clipboard operation
shc copied to clipboard

Compiling jq and its /usr/lib dependencies into single executable

Open ProfessorManhattan opened this issue 3 years ago • 0 comments

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.

ProfessorManhattan avatar Sep 15 '21 03:09 ProfessorManhattan