source: general/genlib/libxslt.xml@ ae0887f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 ae0887f was ae0887f, checked in by Randy McMurchy <randy@…>, 17 years ago

Added new package Libgpg-error-1.5

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

  • Property mode set to 100644
File size: 5.8 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 "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
8 <!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
9 <!ENTITY libxslt-md5sum "59fe34e85692f71df2a38c2ee291b3ca">
10 <!ENTITY libxslt-size "2.7 MB">
11 <!ENTITY libxslt-buildsize "39 MB">
12 <!ENTITY libxslt-time "0.3 SBU">
13]>
14
15<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
16 <?dbhtml filename="libxslt.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libxslt-&libxslt-version;</title>
24
25 <indexterm zone="libxslt">
26 <primary sortas="a-Libxslt">Libxslt</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libxslt</title>
31
32 <para>The <application>libxslt</application> package contains
33 XSLT libraries. These are useful for extending <filename
34 class="libraryfile">libxml2</filename> libraries to support
35 XSLT files.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libxslt-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libxslt-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libxslt-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libxslt-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libxslt-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libxslt-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="libxml2"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="python"/> and
66 <ulink url="http://www.gnupg.org/download/index.html#libgcrypt">Libgcrypt</ulink> (requires
67 <xref linkend="libgpg-error"/>)</para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/libxslt"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of libxslt</title>
76
77 <para>Install <application>libxslt</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <!-- <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><command>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/"
95 configure</command>: The quotes around this variable were inadvertently
96 removed in this release. This command puts the quotes back in so that
97 the variable is not interpreted as a shell command.</para>
98
99 </sect2> -->
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>xslt-config and xsltproc</seg>
111 <seg>libexslt.{so,a}, libxslt.{so,a} and optionally, libxsltmod.{so,a}
112 <application>Python</application> modules</seg>
113 <seg>/usr/include/lib{e}xslt,
114 /usr/lib/libxslt-plugins,
115 /usr/share/doc/libxslt-&libxslt-version;, and
116 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="xslt-config">
126 <term><command>xslt-config</command></term>
127 <listitem>
128 <para>is used to find out the pre-processor, linking and
129 compiling flags necessary to use the <application>libxslt</application>
130 libraries in 3rd-party programs.</para>
131 <indexterm zone="libxslt xslt-config">
132 <primary sortas="b-xslt-config">xslt-config</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="xsltproc">
138 <term><command>xsltproc</command></term>
139 <listitem>
140 <para>is used to apply XSLT stylesheets to XML documents.</para>
141 <indexterm zone="libxslt xsltproc">
142 <primary sortas="b-xsltproc">xsltproc</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="libxslt-lib">
148 <term><filename class='libraryfile'>libxslt.{so,a}</filename></term>
149 <listitem>
150 <para> provides extensions to the
151 <filename class="libraryfile">libxml2</filename>
152 libraries to parse files that use the XSLT format.</para>
153 <indexterm zone="libxslt libxslt-lib">
154 <primary sortas="c-libxslt">libxslt.{so,a}</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libexslt">
160 <term><filename class='libraryfile'>libexslt.{so,a}</filename></term>
161 <listitem>
162 <para>is used to provide extensions to XSLT functions.</para>
163 <indexterm zone="libxslt libexslt">
164 <primary sortas="c-libexslt">libexslt.{so,a}</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.