Skip to content

Commit 1315c25

Browse files
authored
added missing debian dependencies to README.md
added missing package dependencies to README.md for debian based systems: libasound2-dev libxinerama-dev
1 parent 4281dc8 commit 1315c25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ Currently supported/tested are:
6060

6161
You will also need a copy of `libsndfile` installed on your computer.
6262

63-
## Obtaining `libsndfile`
63+
## Obtaining `libsndfile` and `libxinerama`
6464

6565
### *nix systems (Linux, BSD, macOS)
6666
On most *nix systems, this can be obtained using a package manager, for example on Debian/Ubuntu:
6767

6868
```sh
69-
$ sudo apt install libsndfile1-dev
69+
$ sudo apt install libsndfile1-dev libasound2-dev
70+
$ sudo apt install libxinerama-dev
7071
```
7172

7273
Or on macOS

0 commit comments

Comments
 (0)