fix build instructions for portaudio
when disabling all default features, the pancurses backend get's dropped as well, effectively breaking the build. fixes #70
This commit is contained in:
@@ -111,4 +111,5 @@ By default ncspot is built using the Rodio backend. To make it use the
|
|||||||
PortAudio backend (e.g. *BSD), you need to recompile ncspot with the
|
PortAudio backend (e.g. *BSD), you need to recompile ncspot with the
|
||||||
`portaudio_backend` feature:
|
`portaudio_backend` feature:
|
||||||
|
|
||||||
* `cargo run --no-default-features --features portaudio_backend`
|
* `cargo run --no-default-features --features
|
||||||
|
portaudio_backend,cursive/pancurses-backend`
|
||||||
|
|||||||
Reference in New Issue
Block a user