From c1e16c43381da37d0e3702f669a68b2d06618a84 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 7 Aug 2023 13:26:04 +0200 Subject: [PATCH] better ios instructions --- examples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 947828d..19370e1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -103,7 +103,9 @@ Synth examples use input MIDI. While they are coded to support hotplugging, this iOS examples are not directly built by the supplied Makefiles. These rather generate the corresponding XCode projects and required files. -For this to work you need to have the latest [Xcode](https://developer.apple.com/xcode/) and [XcodeGen](https://github.com/yonaskolb/XcodeGen) installed. +For this to work you need to have the latest [Xcode](https://developer.apple.com/xcode/) and [XcodeGen](https://github.com/yonaskolb/XcodeGen) installed, as well as a copy of the latest [`miniaudio.h`](http://miniaud.io/). + +Finally, you might need to adjust header search path for miniaudio in `build/common/ios/project.yml`. ### Build