Advertisement
yuch4n

Installing the jq in raspberry pi

Sep 3rd, 2014
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. cd /usr/local/src
  2. sudo wget http://stedolan.github.io/jq/download/source/jq-1.4.tar.gz
  3. sudo tar zxvf jq-1.4.tar.gz
  4. cd jq-1.4
  5. sudo ./configure
  6. sudo make
  7. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement