Created
August 28, 2020 18:07
-
-
Save avdata99/997117304b7c8ea54b106ab8ee9946f6 to your computer and use it in GitHub Desktop.
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
# add the repo with the driver | |
git clone [email protected]:nealey/hdjd.git | |
# install requirements | |
sudo apt install libusb libusb-1.0.0 libusb-1.0.0-dev libusb-dev libusb-1.0-0-dev libasound2-dev mixxx | |
# build the drivers | |
cd hdjd/ | |
make clean all | |
# install mixxx (the software to run the console) | |
sudo apt install mixxx | |
# run the driver and mixxx | |
sudo ./hdjd & mixxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment