IT/SW

gtk+ compile option (DirectFB + GTK+)

낭만테라스 2018. 7. 11. 11:50

gtk+ compile option (DirectFB + GTK+)

$ gcc -o hellWorld helloWorld.c $(pkg-config gtk+-2.0 --cflags) $(pkg-config gtk+-2.0 --libs)