%general-entities; ]> $LastChangedBy: cjg $ $Date: 2014-09-07 19:15:49 +1200 (Sun, 07 Sep 2014) $ WebKitGTK+-&webkitgtk26-version; WebKitGTK+ Introduction to WebKitGTK+ The WebKitGTK+ is the port of the portable web rendering engine WebKit to the GTK+ 3 platform. This version also changes to the cmake build system and is not yet compatible with all applications. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &webkitgtk26-md5sum; Download size: &webkitgtk26-size; Estimated disk space required: &webkitgtk26-buildsize; Estimated build time: &webkitgtk26-time; WebKitGTK+ Dependencies Required , or or both, , , , , , , , (for GUdev) and Note that WebKit2 links against GTK+ 2 (even if GTK+ 3 is being used) in order to be able to use NPAPI plugins such as Adobe Flash. Recommended , or , and Optional , and MathML User Notes: Installation of WebKitGTK+ To build WebKitGTK+, run the following commands: mkdir build && pushd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -DPORT=GTK \ -DENABLE_GTKDOC=ON \ -DUSE_SYSTEM_MALLOC=ON \ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc \ -DLIB_INSTALL_DIR=/usr/lib .. && make This package does not have a working testsuite. However, there are two useable basic graphical web browsers in the source directory, Programs/GtkLauncher and Programs/MiniBrowser. If launching any one fails, there is a problem with the build. Now, as the root user: make install Command Explanations : This switch enables building against the system installed malloc. : Use this switch if you don't want to install or . : Remove this switch if you don't want to install Contents Installed Program Installed Libraries Installed Directories jsc libjavascriptcoregtk-4.0.so and libwebkit2gtk-4.0.so /usr/include/webkitgtk-4.0, /usr/lib/webkit2gtk-4.0, /usr/libexec/webkit2gtk-4.0, /usr/share/gtk-doc/html/webkit2gtk-4.0, and /usr/share/gtk-doc/html/webkitdomgtk-4.0 Short Descriptions jsc is a command-line utility that allows you to run JavaScript programs outside of the context of a web browser linked against libjavascriptcoregtk-4.0.so. jsc libjavascriptcoregtk-4.0.so contains core JavaScript API functions used by jsc and libwebkitgtk-4.0.so. libjavascriptcoregtk-4.0.so libwebkitgtk-4.0.so contains the WebKitGTK+ API functions for GTK+ 3. libwebkitgtk-4.0.so