Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.[oa]
*~
explore
hdjd
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add 4 spaces to the beginning of this line so it will show up as preformatted text:

    apt-get install libusb-1.0.0-dev libasound2-dev

Will render as:

apt-get install libusb-1.0.0-dev libasound2-dev


* Rocky / CentOS:

yum install libusb-devel alsa-lib-devel
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 spaces, please


Build hddj:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hdjd


make
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 spaces, please


How To Run
----------

Expand Down