source: x/lib/qtwebkit5.xml@ 6b237ce

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 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 nosym 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 6b237ce was 6b237ce, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to qt-5.6.0.
Add qt5webkit as a separate page.
+

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

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[6b237ce]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 qtwebkit-major "5.5">
8 <!ENTITY qtwebkit-url "http://download.qt.io/community_releases/&qtwebkit-major;/&qtwebkit-version;">
9
10 <!ENTITY qtwebkit-download-http "&qtwebkit-url;/qtwebkit-opensource-src-&qtwebkit-version;.tar.xz">
11 <!ENTITY qtwebkit-download-ftp " ">
12 <!ENTITY qtwebkit-md5sum "eba1382587add1c9b1293a532e7dd161">
13 <!ENTITY qtwebkit-size "34 MB">
14 <!ENTITY qtwebkit-buildsize "741 MB (37 MB installed)">
15 <!ENTITY qtwebkit-time "15.7 SBU (using parallelism=4)">
16]>
17
18<sect1 id="qtwebkit5" xreflabel="QtWebkit-&qtwebkit-version;">
19 <?dbhtml filename="qtwebkit5.html" ?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>QtWebkit-&qtwebkit-version;</title>
27
28 <indexterm zone="qtwebkit5">
29 <primary sortas="a-QtWebkit">QtWebkit</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to QtWebkit</title>
34
35 <para>
36 <application>Qtwebkit</application> is a Qt based web browser engine.
37 </para>
38
39 &lfs79_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&qtwebkit-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&qtwebkit-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &qtwebkit-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &qtwebkit-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &qtwebkit-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &qtwebkit-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Qtwebkit Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libjpeg"/>,
80 <xref linkend="libpng"/>,
81 <xref linkend="phonon"/> (built with <xref linkend='qt5'/>), and
82 <xref linkend="sqlite"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/qtwebkit"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Qtwebkit</title>
92
93 <para>
94 Install <application>Qtwebkit</application> by running the following commands:
95 </para>
96
97<screen><userinput>syncqt.pl -version 5.6.0 Source/sync.profile &amp;&amp;
98qmake &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 <note><para>The installation is automatically made to the
112 $QT5DIR directory tree.</para></note>
113
114 <para>
115 Remove references to the build directory from the installed
116 <filename class="extension">.pc</filename> files by running
117 the following command as the
118 <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>find $QT5DIR/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
122
123 <para>
124 Remove references to the build directory from installed library
125 dependency (prl) and profile include (pri) files by running the following
126 commands as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>find $QT5DIR/ -name qt_lib_bootstrap_private.pri \
130 -exec sed -i -e "s:$PWD/qtbase:/$QT5DIR/lib/:g" {} \; &amp;&amp;
131
132find $QT5DIR/ -name \*.prl \
133 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <para>
141 <command>syncqt.pl ...</command>: is a Qt internal development tool
142 that synchronizes Qt header files.
143 </para>
144
145 <para>
146 <command>qmake</command>: is a Qt tool that automates the generation of
147 Makefiles.
148 </para>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 None
163 </seg>
164
165 <seg>
166 libQt5WebKit.so and
167 libQt5WebKitWidgets.so
168 </seg>
169
170 <seg>
171 $QT5PREFIX/qml/QtWebKit,
172 $QT5PREFIX/lib/cmake/Qt5WebKit{,Widgets},
173 $QT5PREFIX/include/QtWebKit{,Widgets), and
174 $QT5PREFIX/plugins/webkit
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.