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 <g...@gnome.org>
GNOME contributor

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to