Skip to content

Instantly share code, notes, and snippets.

@hawx
Last active October 13, 2015 18:55
Show Gist options
  • Save hawx/7f6b2dc8bf76bf36360e to your computer and use it in GitHub Desktop.
Save hawx/7f6b2dc8bf76bf36360e to your computer and use it in GitHub Desktop.
Building evmpd on raspbian
git clone https://github.com/hawx/evmpd
cd evmpd
sudo apt-get install libmpdclient-dev
wget http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/pool/main/libe/libevdev/libevdev-dev_1.3+dfsg-1_armhf.deb
sudo apt-get install libjs-jquery # WHAT?
sudo dpkg -i libevdev-dev_1.3+dfsg-1_armhf.deb
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment