source: x/lib/webkitgtk.xml@ 2acb826

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2acb826 was 2acb826, checked in by DJ Lucas <dj@…>, 7 years ago

Fix WebKitGTK+ build issues with ICU-59.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18610 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- This is the 2.8.x and later version of webkit -->
8 <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
9 <!ENTITY webkitgtk-download-ftp " ">
10 <!ENTITY webkitgtk-md5sum "d3bcf995a667fd9febb9ab991acf0ca7">
11 <!ENTITY webkitgtk-size "14 MB">
12 <!ENTITY webkitgtk-buildsize "1.1 GB (115 MB installed)">
13 <!ENTITY webkitgtk-time "41 SBU (using parallelism=4, 142 SBUs using one core)">
14]>
15
16<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
17 <?dbhtml filename="webkitgtk.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>WebKitGTK+-&webkitgtk-version;</title>
25
26 <indexterm zone="webkitgtk">
27 <primary sortas="a-WebKitGTK+">WebKitGTK+</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to WebKitGTK+</title>
32
33 <para>
34 The <application>WebKitGTK+</application> package is a port of the
35 portable web rendering engine <application>WebKit</application> to the
36 <application>GTK+ 3</application> and <application>GTK+ 2</application>
37 platforms.
38 </para>
39
40 &lfs80_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &webkitgtk-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &webkitgtk-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &webkitgtk-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &webkitgtk-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cairo"/>,
81 <xref linkend="cmake"/>,
82 <xref linkend="enchant"/>,
83 <xref linkend="gst10-plugins-base"/>,
84 <xref linkend="gtk2"/>,
85 <xref linkend="gtk3"/>,
86 <xref linkend="icu"/>,
87 <xref linkend="libgudev"/>,
88 <xref linkend="libsecret"/>,
89 <xref linkend="libsoup"/>,
90 <xref linkend="libwebp"/>,
91 <xref linkend="mesa"/>,
92 <xref linkend="ruby"/>,
93 <xref linkend="sqlite"/> and
94 <xref linkend="which"/>
95 </para>
96
97 <bridgehead renderas="sect4">Recommended</bridgehead>
98 <para role="recommended" revision="sysv">
99 <xref linkend="geoclue2"/>,
100 <xref linkend="gobject-introspection"/>,
101 <xref linkend="hicolor-icon-theme"/>
102 </para>
103 <para role="recommended" revision="systemd">
104 <xref linkend="geoclue2"/>,
105 <xref linkend="gobject-introspection"/>,
106 <xref linkend="hicolor-icon-theme"/>
107 </para>
108
109 <bridgehead renderas="sect4">Optional</bridgehead>
110 <para role="optional" revision="sysv">
111 <xref linkend="gtk-doc"/>,
112 <xref linkend="harfbuzz"/>,
113 <xref linkend="libnotify"/>,
114 <xref linkend="llvm"/>,
115 <xref linkend="wayland"/>,
116 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>, and
117 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
118 </para>
119 <para role="optional" revision="systemd">
120 <xref linkend="gtk-doc"/>,
121 <xref linkend="harfbuzz"/>,
122 <xref linkend="libnotify"/>,
123 <xref linkend="llvm"/>,
124 <xref linkend="wayland"/>,
125 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/"> Hyphen</ulink>, and
126 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
127 </para>
128
129 <para condition="html" role="usernotes">
130 User Notes: <ulink url="&blfs-wiki;/webkitgtk"/>
131 </para>
132 </sect2>
133
134 <sect2 role="installation">
135 <title>Installation of WebKitGTK+</title>
136
137 <bridgehead renderas="sect3">Installation of
138 <application>WebKitGTK+</application></bridgehead>
139
140 <caution>
141 <para>
142 You must rebuild <application>Perl</application> with -Dusethreads
143 if LFS was built without that option. LFS made this change in
144 April 2017.
145 </para>
146 </caution>
147
148 <para>
149 First, fix a build issue with <application>ICU</application> &gt;= 59:
150 </para>
151
152<screen><userinput>sed -i 's@unsigned short@char16_t@' \
153 Source/JavaScriptCore/API/JSStringRef.h \
154 Source/WebKit2/Shared/API/c/WKString.h &amp;&amp;
155sed -i 's@cmakeconfig\.h\"@cmakeconfig.h\"\n#include &lt;uchar.h&gt;@' \
156 Tools/MiniBrowser/gtk/main.c</userinput></screen>
157
158 <para>
159 Install <application>WebKitGTK+</application> by running the
160 following commands:
161 </para>
162
163<screen><userinput>mkdir -vp build &amp;&amp;
164cd build &amp;&amp;
165
166cmake -DCMAKE_BUILD_TYPE=Release \
167 -DCMAKE_INSTALL_PREFIX=/usr \
168 -DCMAKE_SKIP_RPATH=ON \
169 -DPORT=GTK \
170 -DLIB_INSTALL_DIR=/usr/lib \
171 -DUSE_LIBHYPHEN=OFF \
172 -DENABLE_MINIBROWSER=ON \
173 -Wno-dev .. &amp;&amp;
174make</userinput></screen>
175
176 <para>
177 This package does not have a working testsuite. However, there is a
178 useable basic graphical web browser in the build directory,
179 <application>build/bin/MiniBrowser</application>. If launching it fails,
180 there is a problem with the build.
181 </para>
182
183 <note><para>
184 When installing, the Makefile does some additional compiling and linking.
185 If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
186 variables need to be defined for the root user. If using sudo to assume
187 root, use the -E option to pass your current environment variables for the
188 install process.
189 </para></note>
190
191 <para>
192 Now, as the <systemitem class="username">root</systemitem> user:
193 </para>
194
195<screen role="root"><userinput>make install &amp;&amp;
196
197install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
198install -vm644 ../Documentation/webkit2gtk-4.0/html/* \
199 /usr/share/gtk-doc/html/webkit2gtk-4.0 &amp;&amp;
200install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
201 /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
202
203 </sect2>
204
205 <sect2 role="commands">
206 <title>Command Explanations</title>
207
208 <para>
209 <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables
210 default automatic hyphenation implementation. You need to install
211 <ulink
212 url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
213 if you wish to enable it (replacing OFF with ON or just removing
214 the switch).
215 </para>
216
217 <para>
218 <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the
219 <application>Mini Browser</application> compilation and install.
220 </para>
221
222 <para>
223 <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
224 against the system installed <application>malloc</application>.
225 </para>
226
227 <para>
228 <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
229 want to install <xref linkend="geoclue2"/>.
230 </para>
231
232 <para>
233 <option>-DENABLE_GTKDOC=ON</option>: Use this switch if <xref
234 linkend="gtk-doc"/> is installed and you wish to rebuild and install the
235 API documentation.
236 </para>
237
238 </sect2>
239
240 <sect2 role="content">
241 <title>Contents</title>
242
243 <segmentedlist>
244 <segtitle>Installed Program</segtitle>
245 <segtitle>Installed Libraries</segtitle>
246 <segtitle>Installed Directories</segtitle>
247
248 <seglistitem>
249 <seg>
250 jsc and MiniBrowser
251 </seg>
252 <seg>
253 libjavascriptcoregtk-4.0.so and
254 libwebkit2gtk-4.0.so
255 </seg>
256 <seg>
257 /usr/include/webkitgtk-4.0,
258 /usr/lib{,exec}/webkit2gtk-4.0 and
259 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0
260 </seg>
261 </seglistitem>
262 </segmentedlist>
263
264 <variablelist>
265 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
266 <?dbfo list-presentation="list"?>
267 <?dbhtml list-presentation="table"?>
268
269 <varlistentry id="jsc">
270 <term><command>jsc</command></term>
271 <listitem>
272 <para>
273 is a command-line utility that allows you to run JavaScript programs
274 outside of the context of a web browser.
275 </para>
276 <indexterm zone="webkitgtk jsc">
277 <primary sortas="b-jsc">jsc</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="MiniBrowser">
283 <term><command>MiniBrowser</command></term>
284 <listitem>
285 <para>
286 is a very simple graphical browser.
287 </para>
288 <indexterm zone="webkitgtk MiniBrowser">
289 <primary sortas="b-MiniBrowser">MiniBrowser</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="libjavascriptcoregtk-4.0">
295 <term><filename
296 class="libraryfile">libjavascriptcoregtk-4.0.so</filename></term>
297 <listitem>
298 <para>
299 contains core JavaScript API functions used by
300 <command>jsc</command> and <filename
301 class="libraryfile">libwebkit2gtk-4.0</filename>.
302 </para>
303 <indexterm zone="webkitgtk libjavascriptcoregtk-4.0">
304 <primary sortas="c-libjavascriptcoregtk-4.0">libjavascriptcoregtk-4.0.0.so</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="libwebkit2gtk-4">
310 <term><filename class="libraryfile">libwebkit2gtk-4.0.so</filename></term>
311 <listitem>
312 <para>
313 contains the <application>WebKit2</application> API functions.
314 </para>
315 <indexterm zone="webkitgtk libwebkit2gtk-4">
316 <primary sortas="c-libwebkit2gtk-4">libwebkit2gtk-4.0.so</primary>
317 </indexterm>
318 </listitem>
319 </varlistentry>
320
321 </variablelist>
322
323 </sect2>
324
325</sect1>
Note: See TracBrowser for help on using the repository browser.