source: general/genlib/libxslt.xml@ 412d751

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 412d751 was 412d751, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to libxslt-1.1.14

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
8<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt-&libxslt-version;.tar.gz">
9<!ENTITY libxslt-md5sum "db71660bb7d01ccd4e6be990af8d813b">
10<!ENTITY libxslt-size "2.6 MB">
11<!ENTITY libxslt-buildsize "36 MB">
12<!ENTITY libxslt-time "0.32 SBU">
13]>
14
15<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="libxslt.html"?>
21<title>libxslt-&libxslt-version;</title>
22<indexterm zone="libxslt">
23<primary sortas="a-Libxslt">Libxslt</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>libxslt</application></title>
27
28<para>The <application>libxslt</application> package contains
29<acronym>XSLT</acronym> libraries. These are useful
30for extending <filename>libxml2</filename> libraries to support
31<acronym>XSLT</acronym> files.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&libxslt-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&libxslt-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &libxslt-md5sum;</para></listitem>
40<listitem><para>Download size: &libxslt-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&libxslt-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&libxslt-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>libxslt</application> dependencies</title>
48<sect4><title>Required</title>
49<para><xref linkend="libxml2"/></para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para><xref linkend="python"/> and
54<ulink url="http://www.gnupg.org/download/index.html">libgcrypt</ulink></para>
55</sect4>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>libxslt</application></title>
62
63<para>Install <application>libxslt</application> by running the following
64commands:</para>
65
66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
67make</command></userinput></screen>
68
69<para>Now, as the root user:</para>
70
71<screen><userinput role='root'><command>make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Contents</title>
77
78<segmentedlist>
79<segtitle>Installed Programs</segtitle>
80<segtitle>Installed Libraries</segtitle>
81<segtitle>Installed Directories</segtitle>
82
83<seglistitem>
84<seg>xslt-config and xsltproc</seg>
85<seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
86<application>Python</application> modules</seg>
87<seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version; and
88/usr/share/doc/libxslt-python-&libxslt-version;</seg>
89</seglistitem>
90</segmentedlist>
91
92<variablelist>
93<bridgehead renderas="sect3">Short Descriptions</bridgehead>
94<?dbfo list-presentation="list"?>
95
96<varlistentry id="xslt-config">
97<term><command>xslt-config</command></term>
98<listitem><para>is used to find out the pre-processor, linking and
99compiling flags necessary to use the <application>libxslt</application>
100libraries in 3rd-party programs.</para>
101<indexterm zone="libxslt xslt-config">
102<primary sortas="b-xslt-config">xslt-config</primary>
103</indexterm></listitem>
104</varlistentry>
105
106<varlistentry id="xsltproc">
107<term><command>xsltproc</command></term>
108<listitem><para>is used to apply <acronym>XSLT</acronym> stylesheets to
109<acronym>XML</acronym> documents.</para>
110<indexterm zone="libxslt xsltproc">
111<primary sortas="b-xsltproc">xsltproc</primary>
112</indexterm></listitem>
113</varlistentry>
114
115<varlistentry id="libxslt-lib">
116<term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
117<listitem><para> provides extensions to the <filename>libxml2</filename>
118libraries to parse files that use the <acronym>XSLT</acronym> format.</para>
119<indexterm zone="libxslt libxslt-lib">
120<primary sortas="c-libxslt">libxslt.[so,a]</primary>
121</indexterm></listitem>
122</varlistentry>
123
124<varlistentry id="libexslt">
125<term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
126<listitem><para>is used to provide extensions to <acronym>XSLT</acronym>
127functions.</para>
128<indexterm zone="libxslt libexslt">
129<primary sortas="c-libexslt">libexslt.[so,a]</primary>
130</indexterm></listitem>
131</varlistentry>
132</variablelist>
133
134</sect2>
135
136</sect1>
137
Note: See TracBrowser for help on using the repository browser.