We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4281dc8 commit 1315c25Copy full SHA for 1315c25
README.md
@@ -60,13 +60,14 @@ Currently supported/tested are:
60
61
You will also need a copy of `libsndfile` installed on your computer.
62
63
-## Obtaining `libsndfile`
+## Obtaining `libsndfile` and `libxinerama`
64
65
### *nix systems (Linux, BSD, macOS)
66
On most *nix systems, this can be obtained using a package manager, for example on Debian/Ubuntu:
67
68
```sh
69
-$ sudo apt install libsndfile1-dev
+$ sudo apt install libsndfile1-dev libasound2-dev
70
+$ sudo apt install libxinerama-dev
71
```
72
73
Or on macOS
0 commit comments