Overview
Overview
FoundryGtk is a GNOME library which provides integration between libfoundry and GTK.
pkg-config name
To build a program that uses Foundry, you can use the following command to get the cflags and libraries necessary to compile and link.
gcc hello.c `pkg-config --cflags --libs libfoundry-gtk-1` -o hello