Created
October 3, 2014 10:14
-
-
Save foertel/b8c1719bddc11b9d98b9 to your computer and use it in GitHub Desktop.
How to setup alfred-json on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get install pkg-config cmake git libjansson-dev zlib1g-dev | |
git clone http://git.open-mesh.org/alfred.git | |
export CONFIG_ALFRED_GPSD=n | |
cd alfred/ | |
cmake . | |
make | |
make install | |
start-stop-daemon -b --start --exec /usr/local/sbin/batadv-vis -- -si bat0; | |
start-stop-daemon -b --start --exec /usr/local/sbin/alfred -- -i bat0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment