I had issues installing this on a minimal system that didn't have much setup for audio drivers. The full cargo install dstimer fails building some audio-related crate dependencies, and required that I install some lib<something>-dev apt packages (maybe related to alsa).
It'd be awesome if the user guide mentioned how to do that install without the support for audio (e.g., on headless/server systems that couldn't output audio if they tried).
I had issues installing this on a minimal system that didn't have much setup for audio drivers. The full
cargo install dstimerfails building some audio-related crate dependencies, and required that I install somelib<something>-devapt packages (maybe related to alsa).It'd be awesome if the user guide mentioned how to do that install without the support for audio (e.g., on headless/server systems that couldn't output audio if they tried).