Examples: SDL+GL3: Fixed old comments (#1229)

This commit is contained in:
omar 2017-07-15 17:50:01 +08:00
parent 8261d9ff30
commit f3cf5e0322

View File

@ -3,11 +3,11 @@
# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X # Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X
# #
# #
# You will need GLFW (http://www.glfw.org) # You will need SDL2 (http://www.libsdl.org)
# #
# apt-get install libglfw-dev # Linux # apt-get install libsdl2-dev # Linux
# brew install glfw # Mac OS X # brew install sdl2 # Mac OS X
# pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-glfw # MSYS2 # pacman -S mingw-w64-i686-SDL # MSYS2
# #
#CXX = g++ #CXX = g++