This commit is contained in:
C.J. Collier 2024-05-05 23:16:48 +02:00 committed by GitHub
commit bd91f909d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.[oa]
*~
explore
hdjd

View File

@ -49,6 +49,23 @@ How To Get
Check the [Github Project](https://github.com/nealey/hdjd) for the canonical source repo.
How to Build
------------
Install Dependencies:
* Debian / Ubuntu
apt-get install libusb-1.0.0-dev libasound2-dev
* Rocky / CentOS:
yum install libusb-devel alsa-lib-devel
Build hddj:
make
How To Run
----------