From a358a8593d31e0604d24b5de52450d36f9db9708 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 6 May 2026 17:29:53 +0200 Subject: [PATCH] mac os x instructions (brew) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4d1e1..9dadbe5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # racket-sound-lib -Binary packages for the racket-sound FFI binding \ No newline at end of file +Binary packages for the racket-sound FFI binding + +## Using on Mac OS X + +Make sure you have libao, libFLAC, mpg123 and ffmpeg-full installed using brew. + +% brew install libao +% brew install flac +% brew install mpg123 +% brew install ffmpeg-full + +