编译安装jq

 

#下载源码
git clone https://github.com/stedolan/jq.git
cd jq
git checkout jq-1.6

# 拉取子模块

git submodule update –init

#生成makefile.in文件
autoreconf -fi
#生成makefile
./configure –with-oniguruma=builtin –prefix=/usr/local
#编译

make

Categories: OS

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *