source: general/genlib/libxslt.xml@ f18f873

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 f18f873 was f18f873, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates. See changelog.

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[21755bc]7 <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
[dd58fed]8 <!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
[f18f873]9 <!ENTITY libxslt-md5sum "9667bf6f9310b957254fdcf6596600b7">
[c998c559]10 <!ENTITY libxslt-size "3.3 MB">
[f18f873]11 <!ENTITY libxslt-buildsize "40 MB">
[c998c559]12 <!ENTITY libxslt-time "0.3 SBU">
[52d29f7]13]>
14
[f45b1953]15<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
[6f0f00c]16 <?dbhtml filename="libxslt.html"?>
[8e75f8b9]17
[6f0f00c]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[8e75f8b9]22
[02a9980]23 <title>libxslt-&libxslt-version;</title>
[8e75f8b9]24
[6f0f00c]25 <indexterm zone="libxslt">
[8180b89]26 <primary sortas="a-libxslt">libxslt</primary>
[6f0f00c]27 </indexterm>
28
29 <sect2 role="package">
[02a9980]30 <title>Introduction to libxslt</title>
[8e75f8b9]31
[8180b89]32 <para>
33 The <application>libxslt</application> package contains
34 XSLT libraries used for extending <filename
35 class="libraryfile">libxml2</filename> libraries to
36 support XSLT files.
37 </para>
[8e75f8b9]38
[b48c67a]39 &lfs72_checked;
[fd91fea]40
[6f0f00c]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[8180b89]44 <para>
45 Download (HTTP): <ulink url="&libxslt-download-http;"/>
46 </para>
[6f0f00c]47 </listitem>
48 <listitem>
[8180b89]49 <para>
50 Download (FTP): <ulink url="&libxslt-download-ftp;"/>
51 </para>
[6f0f00c]52 </listitem>
53 <listitem>
[8180b89]54 <para>
55 Download MD5 sum: &libxslt-md5sum;
56 </para>
[6f0f00c]57 </listitem>
58 <listitem>
[8180b89]59 <para>
60 Download size: &libxslt-size;
61 </para>
[6f0f00c]62 </listitem>
63 <listitem>
[8180b89]64 <para>
65 Estimated disk space required: &libxslt-buildsize;
66 </para>
[6f0f00c]67 </listitem>
68 <listitem>
[8180b89]69 <para>
70 Estimated build time: &libxslt-time;
71 </para>
[6f0f00c]72 </listitem>
73 </itemizedlist>
[8e75f8b9]74
[02a9980]75 <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
[8e75f8b9]76
[6f0f00c]77 <bridgehead renderas="sect4">Required</bridgehead>
[8180b89]78 <para role="required">
79 <xref linkend="libxml2"/>
80 </para>
[8e75f8b9]81
[6f0f00c]82 <bridgehead renderas="sect4">Optional</bridgehead>
[8180b89]83 <para role="optional">
84 <xref linkend="libgcrypt"/> and
85 <xref linkend="python2"/>
86 </para>
[8e75f8b9]87
[1039de3]88 <para condition="html" role="usernotes">User Notes:
[8180b89]89 <ulink url="&blfs-wiki;/libxslt"/>
90 </para>
[6f0f00c]91 </sect2>
[8e75f8b9]92
[6f0f00c]93 <sect2 role="installation">
[02a9980]94 <title>Installation of libxslt</title>
[6f0f00c]95
[8180b89]96 <para>
97 Install <application>libxslt</application> by running the following
98 commands:
99 </para>
[6f0f00c]100
[8180b89]101<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[6f0f00c]102make</userinput></screen>
[8e75f8b9]103
[8180b89]104 <para>
105 To test the results, issue: <command>make check</command>.
106 </para>
[8e75f8b9]107
[8180b89]108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
[8e75f8b9]111
[6f0f00c]112<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]113
[6f0f00c]114 </sect2>
[8e75f8b9]115
[8180b89]116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 </sect2>
123
[6f0f00c]124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
[8e75f8b9]131
[6f0f00c]132 <seglistitem>
[8180b89]133 <seg>
134 xslt-config and xsltproc
135 </seg>
136 <seg>
137 libexslt.so, libxslt.so and optionally, libxsltmod.so
138 <application>Python</application> modules
139 </seg>
140 <seg>
[f18f873]141 /usr/include/libexslt,
142 /usr/include/libxslt,
143 /usr/lib/libxslt-plugins,
144 /usr/share/doc/libxslt-&libxslt-version;, and
145 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
[6f0f00c]146 </seglistitem>
147 </segmentedlist>
[8e75f8b9]148
[6f0f00c]149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
[8e75f8b9]153
[6f0f00c]154 <varlistentry id="xslt-config">
155 <term><command>xslt-config</command></term>
156 <listitem>
[8180b89]157 <para>
158 is used to find out the pre-processor, linking and
159 compiling flags necessary to use the <application>libxslt</application>
160 libraries in 3rd-party programs.
161 </para>
[6f0f00c]162 <indexterm zone="libxslt xslt-config">
163 <primary sortas="b-xslt-config">xslt-config</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
[8e75f8b9]167
[6f0f00c]168 <varlistentry id="xsltproc">
169 <term><command>xsltproc</command></term>
170 <listitem>
[8180b89]171 <para>
172 is used to apply XSLT stylesheets to XML documents.
173 </para>
[6f0f00c]174 <indexterm zone="libxslt xsltproc">
175 <primary sortas="b-xsltproc">xsltproc</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
[8e75f8b9]179
[8180b89]180 <varlistentry id="libexslt">
181 <term><filename class="libraryfile">libexslt.so</filename></term>
[6f0f00c]182 <listitem>
[8180b89]183 <para>
184 is used to provide extensions to XSLT functions.
185 </para>
186 <indexterm zone="libxslt libexslt">
187 <primary sortas="c-libexslt">libexslt.so</primary>
[6f0f00c]188 </indexterm>
189 </listitem>
190 </varlistentry>
[8e75f8b9]191
[8180b89]192 <varlistentry id="libxslt-lib">
193 <term><filename class="libraryfile">libxslt.so</filename></term>
[6f0f00c]194 <listitem>
[8180b89]195 <para>
196 provides extensions to the
197 <filename class="libraryfile">libxml2</filename>
198 libraries to parse files that use the XSLT format.
199 </para>
200 <indexterm zone="libxslt libxslt-lib">
201 <primary sortas="c-libxslt">libxslt.so</primary>
[6f0f00c]202 </indexterm>
203 </listitem>
204 </varlistentry>
[8e75f8b9]205
[6f0f00c]206 </variablelist>
207
208 </sect2>
[f45b1953]209
210</sect1>
Note: See TracBrowser for help on using the repository browser.