mirror of https://github.com/nealey/hdjd.git
Merge 15e0a269df
into 6132186a9b
This commit is contained in:
commit
bd91f909d8
|
@ -0,0 +1,4 @@
|
||||||
|
*.[oa]
|
||||||
|
*~
|
||||||
|
explore
|
||||||
|
hdjd
|
17
README.md
17
README.md
|
@ -49,6 +49,23 @@ How To Get
|
||||||
Check the [Github Project](https://github.com/nealey/hdjd) for the canonical source repo.
|
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
|
How To Run
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue