mac os x instructions (brew)

This commit is contained in:
2026-05-06 17:29:53 +02:00
parent f4e2a6aa31
commit a358a8593d
+11
View File
@@ -1,3 +1,14 @@
# racket-sound-lib
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