From ca5e363d8829f4f7228e6b4676d1660c78b3ab7f Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 14 Mar 2020 09:39:16 +1000 Subject: [PATCH] Clarify iOS Objective-C requirement in the readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1953374..3523dd10 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ Do the following in one source file: #include "miniaudio.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, -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