jade/SDL2/pong/compile.txt

6 lines
149 B
Plaintext
Raw Normal View History

2013-11-09 05:20:42 +00:00
g++ pong.cpp $(sdl2-config --libs --cflags) -ldl -o pong
2013-11-09 18:23:03 +00:00
OR
g++ pong.cpp $(pkg-config --libs --cflags sdl2 SDL2_image SDL2_mixer SDL2_ttf) -o pong