Browse Source

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

omar 5 years ago
parent
commit
75bbbda645
2 changed files with 2 additions and 2 deletions
  1. 1 1
      examples/example_sdl_opengl2/Makefile
  2. 1 1
      examples/example_sdl_opengl3/Makefile

+ 1 - 1
examples/example_sdl_opengl2/Makefile

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

+ 1 - 1
examples/example_sdl_opengl3/Makefile

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