source: general/genlib/libxslt.xml@ 02a9980

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 02a9980 was 02a9980, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to libxslt-1.1.16

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

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