diff --git a/sdl_test/readme.txt b/sdl_test/readme.txt new file mode 100644 index 0000000..9f7a757 --- /dev/null +++ b/sdl_test/readme.txt @@ -0,0 +1,3 @@ +Ccompile with: + +g++ -ldl $(sdl-config --libs --cflags) -lSDL_image -lSDL_ttf test.cpp -o test -std=c++11