On Thu, 2009-04-30 at 11:59 -0700, b-neva wrote: > We're using a linux system(Ubuntu) and we just want to get Webkit to show a > window using gtk. Were having a hard time finding the include files/compile > flags.
WebKitGTK+ uses the standard freedesktop.org pkg-config tool to help you with that stuff. You should be able to build a simple app by using #include <webkit/webkit.h>, and pkg-config --cflags --libs webkit-1.0. See http://webkitgtk.org/ for more information and API reference docs. See you, -- Gustavo Noronha <[email protected]> GNOME contributor _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

