%general-entities; ]> $LastChangedBy: krejzi $ $Date: 2014-10-28 18:37:22 +0100 (Tue, 28 Oct 2014) $ WebKitGTK+-&webkitgtk-version; WebKitGTK+ Introduction to WebKitGTK+ The WebKitGTK+ is the port of the portable web rendering engine WebKit to the GTK+ 3 platform. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &webkitgtk-md5sum; Download size: &webkitgtk-size; Estimated disk space required: &webkitgtk-buildsize; Estimated build time: &webkitgtk-time; WebKitGTK+ Dependencies Required , , , , , , , , , , and Recommended , or , and Optional and MathML Note that WebKitGTK+ links against GTK+ 2 in order to be able to use NPAPI plugins such as Adobe Flash. User Notes: Installation of WebKitGTK+ Install WebKitGTK+ by running the following commands: mkdir 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. Now, as the root user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations. -DCMAKE_SKIP_RPATH=ON: This switch is used to prevent hardcoding a runtime path into the built executables. -DLIB_INSTALL_DIR=/usr/lib: This switch is used to get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit system. : Use this switch if you don't want to install and don't need the spell checking feature. : Use this switch if you don't want to install or and don't need the geolocation feature. : Use this switch if you have installed and wish to build the API manuals. Contents Installed Programs 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.so. libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so contains the WebKit2 API functions. libwebkit2gtk-4.0.so