source: general/genlib/libxslt.xml@ c000bdd

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 c000bdd was c000bdd, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to libxslt.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3747 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.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 "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>To test the results, issue: <command>make check</command>.</para>
70
71<para>Now, as the root user:</para>
72
73<screen><userinput role='root'><command>make install</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<segmentedlist>
81<segtitle>Installed Programs</segtitle>
82<segtitle>Installed Libraries</segtitle>
83<segtitle>Installed Directories</segtitle>
84
85<seglistitem>
86<seg>xslt-config and xsltproc</seg>
87<seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
88<application>Python</application> modules</seg>
89<seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version; and
90/usr/share/doc/libxslt-python-&libxslt-version;</seg>
91</seglistitem>
92</segmentedlist>
93
94<variablelist>
95<bridgehead renderas="sect3">Short Descriptions</bridgehead>
96<?dbfo list-presentation="list"?>
97
98<varlistentry id="xslt-config">
99<term><command>xslt-config</command></term>
100<listitem><para>is used to find out the pre-processor, linking and
101compiling flags necessary to use the <application>libxslt</application>
102libraries in 3rd-party programs.</para>
103<indexterm zone="libxslt xslt-config">
104<primary sortas="b-xslt-config">xslt-config</primary>
105</indexterm></listitem>
106</varlistentry>
107
108<varlistentry id="xsltproc">
109<term><command>xsltproc</command></term>
110<listitem><para>is used to apply <acronym>XSLT</acronym> stylesheets to
111<acronym>XML</acronym> documents.</para>
112<indexterm zone="libxslt xsltproc">
113<primary sortas="b-xsltproc">xsltproc</primary>
114</indexterm></listitem>
115</varlistentry>
116
117<varlistentry id="libxslt-lib">
118<term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
119<listitem><para> provides extensions to the <filename>libxml2</filename>
120libraries to parse files that use the <acronym>XSLT</acronym> format.</para>
121<indexterm zone="libxslt libxslt-lib">
122<primary sortas="c-libxslt">libxslt.[so,a]</primary>
123</indexterm></listitem>
124</varlistentry>
125
126<varlistentry id="libexslt">
127<term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
128<listitem><para>is used to provide extensions to <acronym>XSLT</acronym>
129functions.</para>
130<indexterm zone="libxslt libexslt">
131<primary sortas="c-libexslt">libexslt.[so,a]</primary>
132</indexterm></listitem>
133</varlistentry>
134</variablelist>
135
136</sect2>
137
138</sect1>
139
Note: See TracBrowser for help on using the repository browser.