Update documentation.

This commit is contained in:
David Reid
2018-07-29 14:45:41 +10:00
parent 498f2610bb
commit ab6c1b353c
2 changed files with 14 additions and 6 deletions
+3 -3
View File
@@ -39,7 +39,8 @@ Backends
- ALSA
- PulseAudio
- JACK
- OSS
- audioio (NetBSD)
- OSS (FreeBSD)
- OpenSL|ES (Android only)
- OpenAL
- SDL
@@ -54,8 +55,7 @@ Do the following in one source file:
#include "mini_al.h"
```
Then just compile. There's no need to install any dependencies. On Windows and macOS there's no need to link
to anything. On Linux, just link to -lpthread, -ldl and -lm. Link to -lossaudio on OpenBSD and NetBSD (FreeBSD
does not require linking to anything).
to anything. On Linux and BSD, just link to -lpthread, -lm and -ldl.
Simple Playback Example