This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Building WebKitGdk

Check out the code from Subversion version control and build it for Gtk:

If you want to build faster, you can enable parallel compilation in the call to make (for example, make -j 4 for a dual-core processor) at the very end of WebKitTools/Scripts/webkitdirs.pm before running build-webkit.

Test by launching the demo browser:

Install as root:

If you want to install elsewhere than /, you can set INSTALL_ROOT to a path like ~/inst:

Building PyWebKitGtk

Check out the code from Git version control and build:

If you want to install elsewhere than /usr such as ~/inst, you can give autogen.sh the standard flag like --prefix ~/inst

If you installed WebKitGdk elsewhere than / such as $HOME/inst, you need to prepend that and give the lib dir too for autogen.sh:

Test by launching the demo browser:

If you installed WebKitGdk elsewehere than / such as ~/inst, you need to set LD_LIBRARY_PATH too:

Optionally, install:


2024-10-23 10:59