Skip to content

Instantly share code, notes, and snippets.

@foertel
Created October 3, 2014 10:14
Show Gist options
  • Save foertel/b8c1719bddc11b9d98b9 to your computer and use it in GitHub Desktop.
Save foertel/b8c1719bddc11b9d98b9 to your computer and use it in GitHub Desktop.
How to setup alfred-json on Ubuntu
#!/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