Skip to content
Colm edited this page Jan 22, 2018 · 5 revisions

When developing librespot, it is preferable to use Rust nightly, and build it using the following :

cargo build --no-default-features --features "nightly portaudio-backend"

This produces better compilation error messages than with the default configuration.

Clone this wiki locally