12 lines
174 B
Markdown
12 lines
174 B
Markdown
|
|
jq 1.8.1
|
||
|
|
=
|
||
|
|
https://github.com/jqlang/jq.git
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
git submodule update --init
|
||
|
|
autoreconf -i
|
||
|
|
./configure --prefix=/pkg/gnu/jq
|
||
|
|
make -j$(nproc)
|
||
|
|
make install
|
||
|
|
```
|