1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

update brew instructions for sdl dependencies

This commit is contained in:
Delyan Angelov 2019-12-09 02:18:08 +02:00 committed by Alexander Medvednikov
parent b2207c3d28
commit ed5c9a20e5

View File

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