-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update README.md and .gitignore #16
base: master
Are you sure you want to change the base?
Conversation
README.md: added a section on installing dependencies .gitignore: created and included the stock stuff from .git/info/exclude
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.
Thanks! These are good changes, I only have formatting requests. I'll merge this if you resubmit with those changes, and then you get to be Internet Famous, with your name attached to code used by at least 12 people!
|
||
* Debian / Ubuntu | ||
|
||
apt-get install libusb-1.0.0-dev libasound2-dev |
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-dev
Will render as:
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 comment
The reason will be displayed to describe this comment to others. Learn more.
4 spaces, please
|
||
Build hddj: | ||
|
||
make |
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.
4 spaces, please
|
||
yum install libusb-devel alsa-lib-devel | ||
|
||
Build hddj: |
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.
hdjd
README.md: added a section on installing dependencies
.gitignore: created and included the stock stuff from .git/info/exclude