mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update readme.
This commit is contained in:
@@ -89,7 +89,7 @@ Do the following in one source file:
|
|||||||
#include "miniaudio.h"
|
#include "miniaudio.h"
|
||||||
```
|
```
|
||||||
Then just compile. There's no need to install any dependencies. On Windows and macOS there's no need to link
|
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 and BSD, just link to -lpthread, -lm and -ldl.
|
to anything. On Linux just link to -lpthread, -lm and -ldl. On BSD just link to -lpthread and -lm.
|
||||||
|
|
||||||
|
|
||||||
Simple Playback Example
|
Simple Playback Example
|
||||||
|
|||||||
Reference in New Issue
Block a user