Quellcode durchsuchen

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

omar vor 5 Jahren
Ursprung
Commit
75bbbda645
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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:
 # 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++

+ 1 - 1
examples/example_sdl_opengl3/Makefile

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