Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Releases: lhns/jq-buildenv

JQ 1.6-SNAPSHOT a17dd32

09 Dec 10:31
Compare
Choose a tag to compare

jqlang/jq@a17dd32

Build script

git clone https://github.com/stedolan/jq.git
cd jq
git submodule update --init
autoreconf -fi
./configure --with-oniguruma=builtin
make -j8
make check