Skip to content

Instantly share code, notes, and snippets.

@taketo1113
Created November 29, 2014 14:16
Show Gist options
  • Save taketo1113/f7db43b288c52328aa1a to your computer and use it in GitHub Desktop.
Save taketo1113/f7db43b288c52328aa1a to your computer and use it in GitHub Desktop.
#
# Install jq on Raspberry Pi
#
# jq
# - http://stedolan.github.io/jq/
#
curl -O http://stedolan.github.io/jq/download/source/jq-1.4.tar.gz
tar xfvz jq-1.4.tar.gz
cd jq-1.4
cd docs
bundle install
cd ..
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment