update brew instructions for sdl dependencies
parent
b2207c3d28
commit
ed5c9a20e5
|
@ -43,6 +43,9 @@ ClearLinux :
|
||||||
Brew :
|
Brew :
|
||||||
`$ brew install sdl2 sdl2_gfx sdl2_ttf sdl2_mixer sdl2_image sdl2_net`
|
`$ 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
|
||||||
Windows/MSYS2 :
|
Windows/MSYS2 :
|
||||||
`$ pacman -S mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-SDL2_image`
|
`$ pacman -S mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-SDL2_image`
|
||||||
|
|
Loading…
Reference in New Issue