Skip to content

Instantly share code, notes, and snippets.

@jaybill
Created January 8, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaybill/60df5af7b7d89f631bbd8c359e61c970 to your computer and use it in GitHub Desktop.
Save jaybill/60df5af7b7d89f631bbd8c359e61c970 to your computer and use it in GitHub Desktop.
Install SDL2 on MinGW
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