I\'ve searched and searched but I\'m not getting the information I really want. Can someone please explain, as completely and fundamentally as possible, how Gtk+ code is com
From the Gtk Docs Getting Started page:
gcc `pkg-config --cflags gtk+-3.0` -o example example.c `pkg-config --libs gtk+-3.0`
Also check Nikos C.'s Aswer to learn more about pkg-config.
pkg-config