neurobin / shc

Shell script compiler

Home Page:https://neurobin.org/projects/softwares/unix/shc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ProfessorManhattan opened this issue · 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.