%general-entities; ]> $LastChangedBy$ $Date$ WebKitGTK+-&webkitgtk26-version; WebKitGTK+ Introduction to WebKitGTK+ The WebKitGTK+ is the port of the portable web rendering engine WebKit to the GTK+ 3 and GTK+ 2 platforms. &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 , , , , , , , , , , , (for GUdev) and Recommended , , , Optional , , , GeoClue2, and MathML User Notes: Installation of WebKitGTK+ Installation of WebKitGTK+ Install WebKitGTK+ by running the following commands: sed -i 's/”/\"/g' Source/WebCore/xml/XMLViewer.{css,js} && mkdir -vp build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -DPORT=GTK \ -DLIB_INSTALL_DIR=/usr/lib \ -Wno-dev .. && make This package does not have a working testsuite. When installing, the Makefile does some additional compiling and linking. If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH variables need to be defined for the root user. If using sudo to assume root, use the -E option to pass your current environment variables for the install process. Now, as the root user: make install && install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0, && install -vm644 ../Documentation/webkit2gtk/html/* \ /usr/share/gtk-doc/html/webkit2gtk-4.0 && install -vm644 ../Documentation/webkitdomgtk/html/* \ /usr/share/gtk-doc/html/webkitdomgtk-4.0 Command Explanations sed -i ...: Fixes typos in two source code files. : This switch enables building against the system installed malloc. : Use this switch if you don't want to install or GeoClue2. : Use this switch if is installed and you wish to rebuild and install the API documentation. 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. jsc libjavascriptcoregtk-4.0.so contains core JavaScript API functions used by jsc and libwebkit2gtk-4.0. libjavascriptcoregtk-4.0.0.so libwebkit2gtk-4.0.so contains the WebKit2 API functions. libwebkit2gtk-4.0.so