source: x/lib/webkitgtk.xml@ d57804d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d57804d was d57804d, checked in by Andrew Benton <andy@…>, 12 years ago

webkit-1.6.1

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

  • Property mode set to 100644
File size: 7.7 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 <!ENTITY webkitgtk-download-http "http://webkitgtk.org/webkit-&webkitgtk-version;.tar.gz">
8 <!ENTITY webkitgtk-download-ftp " ">
9 <!ENTITY webkitgtk-md5sum "c11743694b1b71dad287b2e7a9e73b05">
10 <!ENTITY webkitgtk-size "9.7 MB">
11 <!ENTITY webkitgtk-buildsize "500 MB (38 MB installed)">
12 <!ENTITY webkitgtk-time "28 SBU">
13]>
14
15<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
16 <?dbhtml filename="webkitgtk.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>WebKitGTK+-&webkitgtk-version;</title>
24
25 <indexterm zone="webkitgtk">
26 <primary sortas="a-WebKitGTK+">WebKitGTK+</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to WebKitGTK+</title>
31
32 <para>The <application>WebKitGTK+</application> package is the port of the
33 portable web rendering engine <application>WebKit</application> to the
34 <application>GTK+</application> platform.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&webkitgtk-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&webkitgtk-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &webkitgtk-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &webkitgtk-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &webkitgtk-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &webkitgtk-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="gperf"/>, <xref linkend="libjpeg"/>,
64 <xref linkend="libpng"/>, <xref linkend="icu"/>, <xref linkend="libxslt"/>,
65 <xref linkend="gtk2"/> or <xref linkend="gtk3"/> (if both are installed
66 configure defaults to using gtk+-3), <xref linkend="libsoup"/>,
67 <xref linkend="gst-plugins-base"/>, <xref linkend="which"/>
68 and <xref linkend="sqlite"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="curl"/>, <xref linkend="enchant"/>,
72 <ulink
73 url="http://www.freedesktop.org/wiki/Software/GeoClue">GeoClue</ulink>,
74 <xref linkend="gobject-introspection"/> (required if building
75 <application>epiphany</application>), <xref linkend="gtk-doc"/> and
76 <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>.</para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/webkitgtk"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of WebKitGTK+</title>
85
86 <para>Install <application>WebKitGTK+</application> by running the
87 following commands:</para>
88
89<screen><userinput>./configure --prefix=/usr --with-gtk=2.0 &amp;&amp;
90make</userinput></screen>
91
92 <para>To test the results, issue: <command>make check</command> (you must be
93 in an xterm or similar to do this, because it launches some windows).</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem>
96 user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para><option>--with-gtk=2.0</option>: This option forces
106 <application>Webkit</application> to compile against
107 <application>Gtk+-2</application>, even if
108 <application>Gtk+-3</application> is also installed. With
109 <application>Gtk+-2</application>, everything
110 <application>Webkit</application> installs is suffixed with 1.0. When it is
111 compiled against <application>Gtk+-3</application> everything it installs
112 is suffixed with 3.0. Both versions can be installed alongside one another
113 with no namespace conflicts.</para>
114
115 <para><option>--enable-introspection</option>: This option enables support
116 for gobject-introspection.</para>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gtk-doc-rebuild.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>jsc-1 or jsc-3 (depending on whether you installed the gtk+-2 or
133 gtk+-3 version of webkit)</seg>
134 <seg>libwebkit-1.0.so and libjavascriptcoregtk-1.0.so or
135 libwebkit-3.0.so and libjavascriptcoregtk-3.0.so (depending on whether
136 you installed the gtk+-2 or gtk+-3 version of webkit)</seg>
137 <seg>/usr/include/webkit-1.0 and /usr/share/webkit-1.0 or
138 /usr/include/webkit-3.0 and /usr/share/webkit-3.0 (depending on whether
139 you installed the gtk+-2 or gtk+-3 version of webkit)</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="jsc">
149 <term><command>jsc-1</command> or <command>jsc-3</command></term>
150 <listitem>
151 <para>is a command-line utility that allows you to run JavaScript
152 programs outside of the context of a web browser.</para>
153 <indexterm zone="webkitgtk jsc">
154 <primary sortas="b-jsc">jsc</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libwebkit-1.0">
160 <term><filename class="libraryfile">libwebkit-1.0.so</filename></term>
161 <listitem>
162 <para>contains the <application>WebKitGTK+</application> API
163 functions for <application>gtk+-2</application>.</para>
164 <indexterm zone="webkitgtk libwebkit-1.0">
165 <primary sortas="c-libwebkit-1.0">libwebkit-1.0.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libwebkit-3.0">
171 <term><filename class="libraryfile">libwebkit-3.0.so</filename></term>
172 <listitem>
173 <para>contains the <application>WebKitGTK+</application> API
174 functions for <application>gtk+-3</application>.</para>
175 <indexterm zone="webkitgtk libwebkit-3.0">
176 <primary sortas="c-libwebkit-3.0">libwebkit-3.0.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="libjavascriptcoregtk-1.0">
182 <term><filename
183 class="libraryfile">libjavascriptcoregtk-1.0.so</filename></term>
184 <listitem>
185 <para>contains functions that are used by
186 <command>jsc-1</command></para>
187 <indexterm zone="webkitgtk libjavascriptcoregtk-1.0">
188 <primary
189 sortas="c-libjavascriptcoregtk-1.0">libjavascriptcoregtk-1.0.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libjavascriptcoregtk-3.0">
195 <term><filename
196 class="libraryfile">libjavascriptcoregtk-3.0.so</filename></term>
197 <listitem>
198 <para>contains functions that are used by
199 <command>jsc-3</command></para>
200 <indexterm zone="webkitgtk libjavascriptcoregtk-3.0">
201 <primary
202 sortas="c-libjavascriptcoregtk-3.0">libjavascriptcoregtk-3.0.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.