Added readme.txt for sdl_test

This commit is contained in:
Armando Rivera 2013-11-06 22:00:40 -05:00
parent 58a12e53f4
commit 0ace1c86a9

3
sdl_test/readme.txt Normal file
View File

@ -0,0 +1,3 @@
Ccompile with:
g++ -ldl $(sdl-config --libs --cflags) -lSDL_image -lSDL_ttf test.cpp -o test -std=c++11