Created
January 8, 2018 17:11
-
-
Save jaybill/60df5af7b7d89f631bbd8c359e61c970 to your computer and use it in GitHub Desktop.
Install SDL2 on MinGW
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -Sy \ | |
mingw32/mingw-w64-i686-SDL2 \ | |
mingw32/mingw-w64-i686-SDL2_gfx \ | |
mingw32/mingw-w64-i686-SDL2_image \ | |
mingw32/mingw-w64-i686-SDL2_mixer \ | |
mingw32/mingw-w64-i686-SDL2_net \ | |
mingw32/mingw-w64-i686-SDL2_ttf \ | |
mingw32/mingw-w64-i686-smpeg2 \ | |
mingw64/mingw-w64-x86_64-SDL2 \ | |
mingw64/mingw-w64-x86_64-SDL2_gfx \ | |
mingw64/mingw-w64-x86_64-SDL2_image \ | |
mingw64/mingw-w64-x86_64-SDL2_mixer \ | |
mingw64/mingw-w64-x86_64-SDL2_net \ | |
mingw64/mingw-w64-x86_64-SDL2_ttf \ | |
mingw64/mingw-w64-x86_64-smpeg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment