source: kde5/frameworks/khtml.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 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 khtml-download-http "&kf5-download-http;/portingAids/khtml-&kf5-version;.tar.xz">
8 <!ENTITY khtml-download-ftp "&kf5-download-ftp;/portingAids/khtml-&kf5-version;.tar.xz">
9 <!ENTITY khtml-md5sum "609ff674c07e48ad781f6a50da060bd5">
10 <!ENTITY khtml-size "4.2 MB">
11 <!ENTITY khtml-buildsize "100 MB">
12 <!ENTITY khtml-time "8.2 SBU">
13]>
14
15<sect1 id="khtml" xreflabel="KHtml-&kf5-version;">
16 <?dbhtml filename="khtml.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KHtml-&kf5-version;</title>
24
25 <indexterm zone="khtml">
26 <primary sortas="a-KHtml">KHtml</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KHtml</title>
31
32 <para>
33 The <application>KHtml</application> package contains a web
34 rendering engine, based on the KParts technology and using
35 KJS for JavaScript support.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&khtml-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&khtml-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &khtml-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &khtml-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &khtml-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &khtml-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">KHtml Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="giflib"/>,
79 <xref linkend="kjs5"/>,
80 <xref linkend="kparts"/>,
81 <xref linkend="libjpeg"/> and
82 <xref linkend="libpng"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/khtml"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of KHtml</title>
92
93 <para>
94 Install <application>KHtml</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
102 -DCMAKE_BUILD_TYPE=Release \
103 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
104 -DLIB_INSTALL_DIR=lib \
105 -DBUILD_TESTING=OFF \
106 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
107 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
108 .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/cmake-release.xml"/>
128
129 <para>
130 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
131 is used to set correct XDG configuration directory.
132 </para>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/kf5-libdir.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/kf5-tests.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/qt5-plugins-dir.xml"/>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/qt5-mkspecs-dir.xml"/>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 None
159 </seg>
160 <seg>
161 libKF5Html.so
162 </seg>
163 <seg>
164 $KF5_PREFIX/include/KF5/KHtml,
165 $KF5_PREFIX/lib/cmake/KF5Html,
166 $KF5_PREFIX/share/kf5/{khtml,kjava} and
167 $KF5_PREFIX/share/khtml
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.