readme: mention system dependencies (#240)

Fixes #229.
This commit is contained in:
Ben Boeckel 2018-09-17 09:57:51 -04:00 committed by Pierre Krieger
parent 1a3a8956e4
commit c2d606176a
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@ Currently supported backends include:
- macOS (via CoreAudio)
- iOS (via CoreAudio)
- Emscripten
Note that on Linux, the ALSA development files are required. These are provided
as part of the `libasound2-dev` package on Debian and Ubuntu distributions and
`alsa-lib-devel` on Fedora.