gino/WebKitGTK+ is a WebKitGTK+ based gino implementation.
As of now it only offers WebKit/GTK+2 version.
The code is released under an ISC-style license.
Usage
Just include <gino/lib.h> in your source files and use the pkg-config tool to retrieve compiler and linker flags (package name: gino-webkit-gtk2-0).
Installation
Download
See the downloads page.
Dependencies
Runtime dependencies
- WebKitGTK+ 1.0;
- ino/JavaScriptCore/GTK+2 >= 0.4.0.
Build-time requirements
- gino-headers >= 0.4.0;
- pkg-config;
- an environment capable of running Autotools-based build systems;
- (optional) GNU Autoconf >= 2.68, GNU Automake and GNU Libtool to regenerate the build system.
Installation instructions
As usual:
$ ./configure && make && make install
Extra ./configure options
- --with-pkgconfigdir=DIR
- Where to put pkg-config’s .pc files [LIBDIR/pkgconfig]
