source: general/genlib/libxslt.xml@ 7e1f3aa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e1f3aa was 5404a65, checked in by Andrew Benton <andy@…>, 19 years ago

I'm getting there (slowly).
Changed the http download links to use the gnome-download-http entity

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

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5404a65]7 <!ENTITY libxslt-download-http "&gnome-download-http;/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
[ec20ccf]8<!-- Broken link
9 <!ENTITY libxslt-download-http "http://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
10-->
[dd58fed6]11 <!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
[c5525bc]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">
[52d29f7]16]>
17
[f45b1953]18<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
[6f0f00c]19 <?dbhtml filename="libxslt.html"?>
[8e75f8b9]20
[6f0f00c]21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
[4f26c54]24 <keywordset>
25 <keyword role="package">libxslt-&libxslt-version;.tar</keyword>
[22ac237]26 <keyword role="ftpdir">libxslt</keyword>
[4f26c54]27 </keywordset>
[6f0f00c]28 </sect1info>
[8e75f8b9]29
[6f0f00c]30 <title>Libxslt-&libxslt-version;</title>
[8e75f8b9]31
[6f0f00c]32 <indexterm zone="libxslt">
33 <primary sortas="a-Libxslt">Libxslt</primary>
34 </indexterm>
35
36 <sect2 role="package">
37 <title>Introduction to Libxslt</title>
[8e75f8b9]38
[6f0f00c]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>
[8e75f8b9]43
[6f0f00c]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>
[8e75f8b9]65
[6a25d741]66 <bridgehead renderas="sect3">Libxslt Dependencies</bridgehead>
[8e75f8b9]67
[6f0f00c]68 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]69 <para role="required"><xref linkend="libxml2"/></para>
[8e75f8b9]70
[6f0f00c]71 <bridgehead renderas="sect4">Optional</bridgehead>
[4f26c54]72 <para role="optional"><xref linkend="python"/> and
[d8f9f824]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>
[8e75f8b9]77
[6f0f00c]78 </sect2>
[8e75f8b9]79
[6f0f00c]80 <sect2 role="installation">
81 <title>Installation of Libxslt</title>
82
[74390482]83 <para>Install <application>libxslt</application> by running the following
[6f0f00c]84 commands:</para>
85
86<screen><userinput>./configure --prefix=/usr &amp;&amp;
87make</userinput></screen>
[8e75f8b9]88
[6f0f00c]89 <para>To test the results, issue: <command>make check</command>.</para>
[8e75f8b9]90
[6f0f00c]91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[8e75f8b9]92
[6f0f00c]93<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]94
[6f0f00c]95 </sect2>
[8e75f8b9]96
[6f0f00c]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>
[8e75f8b9]104
[6f0f00c]105 <seglistitem>
106 <seg>xslt-config and xsltproc</seg>
[74390482]107 <seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
[6f0f00c]108 <application>Python</application> modules</seg>
[74390482]109 <seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and
[6f0f00c]110 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
111 </seglistitem>
112 </segmentedlist>
[8e75f8b9]113
[6f0f00c]114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
[8e75f8b9]118
[6f0f00c]119 <varlistentry id="xslt-config">
120 <term><command>xslt-config</command></term>
121 <listitem>
[74390482]122 <para>is used to find out the pre-processor, linking and
[8e75f8b9]123 compiling flags necessary to use the <application>libxslt</application>
[6f0f00c]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>
[8e75f8b9]130
[6f0f00c]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>
[8e75f8b9]140
[6f0f00c]141 <varlistentry id="libxslt-lib">
142 <term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
143 <listitem>
[d8f9f824]144 <para> provides extensions to the
145 <filename class="libraryfile">libxml2</filename>
[6f0f00c]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>
[8e75f8b9]152
[6f0f00c]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>
[8e75f8b9]162
[6f0f00c]163 </variablelist>
164
165 </sect2>
[f45b1953]166
167</sect1>
Note: See TracBrowser for help on using the repository browser.