From 1315c251d77d4de7d9212fedf66c0817d119324f Mon Sep 17 00:00:00 2001 From: Markus Obereisenbuchner Date: Sun, 6 Jan 2019 19:20:22 +0100 Subject: [PATCH] added missing debian dependencies to README.md added missing package dependencies to README.md for debian based systems: libasound2-dev libxinerama-dev --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0988fce..482469df 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,14 @@ Currently supported/tested are: You will also need a copy of `libsndfile` installed on your computer. -## Obtaining `libsndfile` +## Obtaining `libsndfile` and `libxinerama` ### *nix systems (Linux, BSD, macOS) On most *nix systems, this can be obtained using a package manager, for example on Debian/Ubuntu: ```sh -$ sudo apt install libsndfile1-dev +$ sudo apt install libsndfile1-dev libasound2-dev +$ sudo apt install libxinerama-dev ``` Or on macOS