Skip to content

Instantly share code, notes, and snippets.

@avdata99
Created August 28, 2020 18:07
Show Gist options
  • Save avdata99/997117304b7c8ea54b106ab8ee9946f6 to your computer and use it in GitHub Desktop.
Save avdata99/997117304b7c8ea54b106ab8ee9946f6 to your computer and use it in GitHub Desktop.
# add the repo with the driver
git clone git@github.com: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