source: general/genlib/libxslt.xml@ 5ff8c3a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 5ff8c3a was 6aa4fda0, checked in by Douglas R. Reno <renodr@…>, 21 months ago

libxslt: Remove old comment about python2 module

  • Property mode set to 100644
File size: 7.5 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 libxslt-download-http "https://download.gnome.org/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.xz">
8 <!ENTITY libxslt-download-ftp " ">
9 <!ENTITY libxslt-md5sum "84e86fc8a1b7495674016e05e4c5da44">
10 <!ENTITY libxslt-size "1.5 MB">
11 <!ENTITY libxslt-buildsize "35 MB (with tests)">
12 <!ENTITY libxslt-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
16 <?dbhtml filename="libxslt.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libxslt-&libxslt-version;</title>
23
24 <indexterm zone="libxslt">
25 <primary sortas="a-libxslt">libxslt</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libxslt</title>
30
31 <para>
32 The <application>libxslt</application> package contains
33 XSLT libraries used for extending <filename
34 class="libraryfile">libxml2</filename> libraries to
35 support XSLT files.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libxslt-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libxslt-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libxslt-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libxslt-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libxslt-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libxslt-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73<!--
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/libxslt-&libxslt-version;-security_fix-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83-->
84 <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="libxml2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
92 <para role="recommended">
93 <xref role="runtime" linkend="DocBook"/> and
94 <xref role="runtime" linkend="docbook-xsl"/>
95 </para>
96
97 <note>
98 <para>
99 Although it is not a direct dependency, many applications
100 using <application>libxslt</application> will expect
101 <xref linkend="DocBook"/> and <xref linkend="docbook-xsl"/>
102 to be present.
103 </para>
104 </note>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="libgcrypt"/>
109<!--
110 <xref linkend="libxml2py2"/>
111 <!- - Seems to be used for tests - ->
112 <note><simpara>The <xref role="nodep" linkend="libxml2py2"/>
113 dependency is only appropriate if the <application>Python2</application>
114 module for this package is needed. The
115 libxslt <application>Python2</application> module is not needed for
116 any package in BLFS but various non-BLFS packages may install
117 <application>Python2</application> modules which reference it.
118 </simpara></note>
119-->
120 </para>
121
122 <para condition="html" role="usernotes">User Notes:
123 <ulink url="&blfs-wiki;/libxslt"/>
124 </para>
125 </sect2>
126
127 <sect2 role="installation">
128 <title>Installation of libxslt</title>
129
130 <para>
131 Install <application>libxslt</application> by running the following
132 commands:
133 </para>
134
135<screen><userinput>./configure --prefix=/usr \
136 --disable-static \
137 PYTHON=/usr/bin/python3 &amp;&amp;
138make</userinput></screen>
139
140 <para>
141 To test the results, issue: <command>make check</command>.
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>make install</userinput></screen>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154<!--
155 <para>
156 <parameter>- -without-python</parameter>: This parameter disables the libxslt
157 python module since it does not support Python3. If you wish to enable
158 this module, make sure that <xref role="nodep" linkend="libxml2py2"/> is
159 installed, and remove this parameter.
160 </para>
161-->
162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="../../xincludes/static-libraries.xml"/>
164
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>
177 xslt-config and xsltproc
178 </seg>
179 <seg>
180 libexslt.so, libxslt.so and optionally, libxsltmod.so
181 <application>Python</application> module
182 </seg>
183 <seg>
184 /usr/include/libexslt,
185 /usr/include/libxslt,
186 /usr/lib/libxslt-plugins,
187 /usr/share/doc/libxslt-&libxslt-version;, and
188 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="xslt-config">
198 <term><command>xslt-config</command></term>
199 <listitem>
200 <para>
201 is used to find out the pre-processor, linking and
202 compiling flags necessary to use the <application>libxslt</application>
203 libraries in 3rd-party programs
204 </para>
205 <indexterm zone="libxslt xslt-config">
206 <primary sortas="b-xslt-config">xslt-config</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="xsltproc">
212 <term><command>xsltproc</command></term>
213 <listitem>
214 <para>
215 is used to apply XSLT stylesheets to XML documents
216 </para>
217 <indexterm zone="libxslt xsltproc">
218 <primary sortas="b-xsltproc">xsltproc</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libexslt">
224 <term><filename class="libraryfile">libexslt.so</filename></term>
225 <listitem>
226 <para>
227 is used to provide extensions to XSLT functions
228 </para>
229 <indexterm zone="libxslt libexslt">
230 <primary sortas="c-libexslt">libexslt.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="libxslt-lib">
236 <term><filename class="libraryfile">libxslt.so</filename></term>
237 <listitem>
238 <para>
239 provides extensions to the
240 <filename class="libraryfile">libxml2</filename>
241 libraries to parse files that use the XSLT format
242 </para>
243 <indexterm zone="libxslt libxslt-lib">
244 <primary sortas="c-libxslt">libxslt.so</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.