Version 4 (modified by 14 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 ¶
You can use the standard build-webkit script:
$ ./Tools/Scripts/build-webkit --cluter
Or you can use the standard autotools commands. It is recommended to make a separate build directory setting, like this:
$ mkdir build
$ cd build
$ ../autogen.sh --with-port=clutter
$ make
Note:
See TracWiki
for help on using the wiki.