Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hint how to install via apt #5

Open
rubo77 opened this issue Jul 7, 2015 · 1 comment
Open

Hint how to install via apt #5

rubo77 opened this issue Jul 7, 2015 · 1 comment

Comments

@rubo77
Copy link

rubo77 commented Jul 7, 2015

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
Copy link
Author

rubo77 commented Jul 7, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant