Skip to content

Commit

Permalink
added missing debian dependencies to README.md
Browse files Browse the repository at this point in the history
added missing package dependencies to README.md for debian based systems: libasound2-dev libxinerama-dev
  • Loading branch information
markusobi authored Jan 6, 2019
1 parent 4281dc8 commit 1315c25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1315c25

Please sign in to comment.