%general-entities; ]> WebKitGTK+-&webkitgtk-version; WebKitGTK+ Introduction to WebKitGTK+ The WebKitGTK+ is the port of the portable web rendering engine WebKit to the GTK+ 2 platform. &lfs75_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; Additional Downloads Required patch: WebKitGTK+ Dependencies Required , , , , , , and Recommended , and Optional , , and MathML User Notes: Installation of WebKitGTK+ If you have not installed , fix a bug that will cause make install to fail: sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in Install WebKitGTK+ by running the following commands: sed -i '/parse-param/ a%lex-param {YYLEX_PARAM}' \ Source/ThirdParty/ANGLE/src/compiler/glslang.y && patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch && ./configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 && make This package does not have a working testsuite. However, there is a useable basic graphical web browser in the source directory, Programs/GtkLauncher. If it fails, there is a problem with the build. Now, as the root user: make install && rm -rf /usr/share/gtk-doc/html/webkitgtk-1.0 && mv -vi /usr/share/gtk-doc/html/webkitgtk{,-1.0} Command Explanations mv -vi /usr/share/gtk-doc/html/webkitgtk{,-1.0}: There is a conflict with the directory installed with same name by . sed ... Source/ThirdParty/ANGLE/src/compiler/glslang.y: This command corrects a problem caused by the most recent version of Bison. --with-gtk=2.0 --disable-webkit2: These parameters force WebKitGTK+ to compile against GTK+ 2, even if GTK+ 3 is also installed. : Use this option if you did not install or configure will fail. Contents Installed Program Installed Libraries Installed Directories jsc-1 libjavascriptcoregtk-1.0.so and libwebkitgtk-1.0.so /usr/include/webkit-1.0, /usr/share/gtk-doc/html/webkitgtk-1.0 and /usr/share/webkit-1.0 Short Descriptions jsc-1 is a command-line utility that allows you to run JavaScript programs outside of the context of a web browser. jsc-1 libjavascriptcoregtk-1.0.so contains core JavaScript API functions used by jsc-1 and libwebkitgtk-1.0.so. libjavascriptcoregtk-1.0.so libwebkitgtk-1.0.so contains the WebKitGTK+ API functions for GTK+ 2. libwebkitgtk-1.0.so