ffnord / alfred-json

Simple alfred client with JSON output
12 stars 12 forks source link

Hint how to install via apt #5

Open rubo77 opened 9 years ago

rubo77 commented 9 years ago

Please add the right installation hints to the README like:

cat > /etc/apt/sources.list.d/draic.list << EOF
deb [arch=amd64] http://debian.draic.info/ wheezy main
deb-src http://debian.draic.info/ wheezy main
EOF
apt-get update
apt-get install libjansson-dev python3-pip alfred-json
rubo77 commented 9 years ago

Install alfred-json:

cat > /etc/apt/sources.list.d/draic.list << EOF
deb [arch=amd64] http://debian.draic.info/ wheezy main
deb-src http://debian.draic.info/ wheezy main
EOF
apt-get update
apt-get install libjansson-dev cmake python3-pip fakeroot dpkg-dev build-essential zlib1g-dev pkg-config debhelper
cd /tmp/
apt-get source --allow-unauthenticated alfred-json
cd alfred-json-0.3.1/
dpkg-buildpackage -uc -us
dpkg -i ../alfred-json_0.3.1-1_i386.deb

install alfred and batadv-vis:

apt-get install quilt
apt-get source --allow-unauthenticated alfred
cd alfred-2014.3.0/
dpkg-buildpackage -uc -us
dpkg -i ../alfred_2014.3.0-11_i386.deb
dpkg -i ../batadv-vis_2014.3.0-11_i386.deb 

see: http://askubuntu.com/a/645696/34298