From ed5c9a20e5616133f60be42a721bf027638f237a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 9 Dec 2019 02:18:08 +0200 Subject: [PATCH] update brew instructions for sdl dependencies --- vlib/sdl/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vlib/sdl/README.md b/vlib/sdl/README.md index 3f50fed253..0d48de3647 100644 --- a/vlib/sdl/README.md +++ b/vlib/sdl/README.md @@ -43,6 +43,9 @@ ClearLinux : Brew : `$ brew install sdl2 sdl2_gfx sdl2_ttf sdl2_mixer sdl2_image sdl2_net` +If you get no music with the above, try: +`$ brew reinstall --build-from-source --force sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf webp libtiff libmodplug libogg` + ## Windows Windows/MSYS2 : `$ pacman -S mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-SDL2_image`