Browse Source

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

pull/3252/head
omar 5 years ago
parent
commit
75bbbda645
  1. 2
      examples/example_sdl_opengl2/Makefile
  2. 2
      examples/example_sdl_opengl3/Makefile

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

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

Loading…
Cancel
Save