Added compile instructions

This commit is contained in:
Armando Rivera 2013-11-08 16:08:37 -05:00
parent 8b92c6eee6
commit a2eece5ed6

2
SDL2/compile.txt Normal file
View File

@ -0,0 +1,2 @@
g++ simplewindow.cpp $(sdl2-config --libs --cflags) -ldl -o simplewindow