wget -c https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz
tar -xzf jq-1.5.tar.gz
cd jq-1.5
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install