This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
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