Clarify iOS Objective-C requirement in the readme.

This commit is contained in:
David Reid
2020-03-14 09:39:16 +10:00
parent ccee6a6916
commit ca5e363d88
+2 -1
View File
@@ -89,7 +89,8 @@ 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 just link to -lpthread, -lm and -ldl. On BSD just link to -lpthread and -lm. to anything. On Linux just link to -lpthread, -lm and -ldl. On BSD just link to -lpthread and -lm. On iOS you
need to compile as Objective-C.
Simple Playback Example Simple Playback Example