构建 jq
2017-09-01Updated on 2017-09-01
Step
D:\Work\Download>
git clone --depth 1 --recurse-submodules --shallow-submodules -j2 https://github.com/stedolan/jq.git
cd jq
mkdir build ; cd build
autoreconf -fi ..
../configure --with-oniguruma=builtin --enable-shared=no --enable-static=yes CFLAGS='-s -static -Os' && make -j4