From 02d14e8a74f486e260d52b36d44fb4ad46f3fd00 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Wed, 6 Nov 2019 19:03:33 +0100 Subject: [PATCH] add missing dependencies fixes #96 fixes #100 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 266ab6b..b5f5b3f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ future. Contributions welcome, but please be kind ;) * Rust * Python 3 (needed for building `rust-xcb` dependency) -* `libasound2-dev` (or `portaudio-dev`, if you want to use the PortAudio backend) +* `libpulse-dev` (or `portaudio-dev`, if you want to use the PortAudio backend) * `libncurses-dev` and `libssl-dev` * `libdbus-1-dev` * `libxcb` + development headers (for clipboard access) @@ -28,7 +28,7 @@ future. Contributions welcome, but please be kind ;) On Debian based systems you need following packages for `libxcb` developement headers: ``` -sudo apt install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev +sudo apt install libpulse-dev libssl-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev ```