jade/SDL2/pong/compile.txt
2013-11-09 13:23:03 -05:00

6 lines
149 B
Plaintext

g++ pong.cpp $(sdl2-config --libs --cflags) -ldl -o pong
OR
g++ pong.cpp $(pkg-config --libs --cflags sdl2 SDL2_image SDL2_mixer SDL2_ttf) -o pong