jade/sdl_test/readme.txt

6 lines
112 B
Plaintext
Raw Normal View History

Simple SDL1 Test.
2013-11-07 03:00:40 +00:00
2013-11-08 04:11:28 +00:00
Compile with:
2013-11-08 05:24:34 +00:00
g++ test.cpp $(sdl-config --libs --cflags) -ldl -lSDL_image -lSDL_ttf -o test