The recommended way of linking SDL on linux is using the sdl-config script. example: gcc -c test.c $(sdl-config --cflags) gcc -o test test.o ...
確定! 回上一頁