Edited readme.txt

This commit is contained in:
Armando Rivera 2013-11-07 23:11:28 -05:00
parent 0aa4b49022
commit 66e52f7d4c

View File

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