JasonWei512 / code-radio-cli

🎵 A command line music radio client for https://coderadio.freecodecamp.org, written in Rust.
https://crates.io/crates/code-radio-cli
MIT License
352 stars 16 forks source link

System Package Dependencies #1

Closed Nugine closed 2 years ago

Nugine commented 2 years ago

My environment is Ubuntu 22.04.

https://github.com/rustaudio/cpal

Note that on Linux, the ALSA development files are required. These are provided as part of the libasound2-dev package on Debian and Ubuntu distributions and alsa-lib-devel on Fedora.

It's better to add a link for this.

JasonWei512 commented 2 years ago

I've updated README. Thanks for your feedback!