Created
June 8, 2016 12:19
-
-
Save diegogslomp/412eb36f8451f8a13ccc5dacd2cd7561 to your computer and use it in GitHub Desktop.
Dependences to install qtsixa sixad ubuntu 16.04
This file contains 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 | |
sudo apt-get install build-essential pyqt4-dev-tools libusb-dev libjack-dev libbluetooth-dev python-dbus | |
# add "#include <unistd.h>" to shared.h | |
# vim sixad/shared.h | |
# make | |
# sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment