wiki:clutter

Version 2 (modified by kov@webkit.org, 13 years ago) (diff)

--

Clutter WebKit port

The Clutter port of WebKit is a project to provide a web browser actor for Clutter and an MxWidget for Mx. This port is currently maintained outside of the official WebKit tree.

Obtaining the Clutter port

Currently the port is developed in a git repository at https://gitorious.org/webkit-clutter/webkit-clutter

Building the Clutter port

It is recommended to make a separate build directory, and use the SHARED_CORE setting, like this:

$ mkdir build
$ cd build
$ cmake .. -DPORT=Clutter -DSHARED_CORE=1 -DBUILD_MX_LIB=1 -DCMAKE_INSTALL_PREFIX=~/webkit/

The BUILD_MX_LIB setting is only necessary if you want to build the library that provides the MxWidget (which is more well supported than the vanilla actor, so you probably should).