jade/sdl_test/readme.txt

6 lines
112 B
Plaintext
Raw Normal View History

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