Examples: Update comments to get SDL2 package with msys2's pacman (#3251)

This commit is contained in:
omar 2020-05-20 11:44:00 +02:00
parent 417ac68f82
commit 75bbbda645
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# Mac OS X: # Mac OS X:
# brew install sdl2 # brew install sdl2
# MSYS2: # MSYS2:
# pacman -S mingw-w64-i686-SDL # pacman -S mingw-w64-i686-SDL2
# #
#CXX = g++ #CXX = g++

View File

@ -8,7 +8,7 @@
# Mac OS X: # Mac OS X:
# brew install sdl2 # brew install sdl2
# MSYS2: # MSYS2:
# pacman -S mingw-w64-i686-SDL # pacman -S mingw-w64-i686-SDL2
# #
#CXX = g++ #CXX = g++