-
Notifications
You must be signed in to change notification settings - Fork 10
Update README.md and .gitignore #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| *.[oa] | ||
| *~ | ||
| explore | ||
| hdjd |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 4 spaces, please |
||
|
|
||
| Build hddj: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| make | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 4 spaces, please |
||
|
|
||
| How To Run | ||
| ---------- | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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-devWill render as: