Last active
October 13, 2015 18:55
-
-
Save hawx/7f6b2dc8bf76bf36360e to your computer and use it in GitHub Desktop.
Building evmpd on raspbian
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
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