-
Notifications
You must be signed in to change notification settings - Fork 755
Development
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.