source: general/genlib/libxslt.xml@ ec20ccf

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 ec20ccf was ec20ccf, checked in by Andrew Benton <andy@…>, 18 years ago

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

  • Property mode set to 100644
File size: 5.7 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<!-- 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 "238de9eda71b570ff7b78aaf65308fc6">
13 <!ENTITY libxslt-size "2.6 MB">
14 <!ENTITY libxslt-buildsize "37 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 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Libxslt</title>
82
83 <para>Install <application>libxslt</application> by running the following
84 commands:</para>
85
86<screen><userinput>./configure --prefix=/usr &amp;&amp;
87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>xslt-config and xsltproc</seg>
107 <seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
108 <application>Python</application> modules</seg>
109 <seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and
110 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="xslt-config">
120 <term><command>xslt-config</command></term>
121 <listitem>
122 <para>is used to find out the pre-processor, linking and
123 compiling flags necessary to use the <application>libxslt</application>
124 libraries in 3rd-party programs.</para>
125 <indexterm zone="libxslt xslt-config">
126 <primary sortas="b-xslt-config">xslt-config</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 <varlistentry id="xsltproc">
132 <term><command>xsltproc</command></term>
133 <listitem>
134 <para>is used to apply XSLT stylesheets to XML documents.</para>
135 <indexterm zone="libxslt xsltproc">
136 <primary sortas="b-xsltproc">xsltproc</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="libxslt-lib">
142 <term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
143 <listitem>
144 <para> provides extensions to the
145 <filename class="libraryfile">libxml2</filename>
146 libraries to parse files that use the XSLT format.</para>
147 <indexterm zone="libxslt libxslt-lib">
148 <primary sortas="c-libxslt">libxslt.[so,a]</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="libexslt">
154 <term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
155 <listitem>
156 <para>is used to provide extensions to XSLT functions.</para>
157 <indexterm zone="libxslt libexslt">
158 <primary sortas="c-libexslt">libexslt.[so,a]</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.