Edited readme.txt

master
Armando Rivera 11 years ago
parent 0aa4b49022
commit 66e52f7d4c
  1. 6
      sdl_test/readme.txt

@ -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

Loading…
Cancel
Save