diwic / alsa-sys

Rust raw FFI bindings for ALSA
MIT License
15 stars 11 forks source link

Update README.md: Add build dependency installation guide for Debian #12

Closed farooqkz closed 9 months ago

farooqkz commented 9 months ago

Hello. It took me a few minutes to find out I have to install libasound2-dev. And to reach this goal, I had to find that the software I am trying to build uses alsa-sys, find the repo, look into the .h file, see that it requires a header file, and finally with apt-file find this header file belongs to which package.

Hopefully, this PR will save time for the next person, especially if they haven't got prior experience with compiling stuff.

diwic commented 9 months ago

Thanks!