update brew instructions for sdl dependencies

pull/3020/head
Delyan Angelov 2019-12-09 02:18:08 +02:00 committed by Alexander Medvednikov
parent b2207c3d28
commit ed5c9a20e5
1 changed files with 3 additions and 0 deletions

View File

@ -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`