From 9e81903d43aa270147d50e3b7dc450d0a6ea7286 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sat, 11 May 2019 19:36:28 +0200 Subject: [PATCH] fix build instructions for portaudio when disabling all default features, the pancurses backend get's dropped as well, effectively breaking the build. fixes #70 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e969fae..efd750f 100644 --- a/README.md +++ b/README.md @@ -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` feature: -* `cargo run --no-default-features --features portaudio_backend` +* `cargo run --no-default-features --features + portaudio_backend,cursive/pancurses-backend`