source: general/genlib/libxslt.xml@ 85a135f

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

Added md5sums to popt, FAM, slang, libxml2, libxslt, GMP and GDBM instructions

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

  • Property mode set to 100644
File size: 3.1 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.bz2">
8<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt-&libxslt-version;.tar.gz">
9<!ENTITY libxslt-http-md5sum "57b06895bf1f2833ef73f284f2d2893f">
10<!ENTITY libxslt-ftp-md5sum "cf82a767c016ff1668d1c295c47ae700">
11<!ENTITY libxslt-size "1.7 MB">
12<!ENTITY libxslt-buildsize "37 MB">
13<!ENTITY libxslt-time "0.31 SBU">
14]>
15
16<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
17<sect1info>
18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
20</sect1info>
21<?dbhtml filename="libxslt.html"?>
22<title>libxslt-&libxslt-version;</title>
23
24<sect2>
25<title>Introduction to <application>libxslt</application></title>
26
27<para>The <application>libxslt</application> package contains
28<acronym>XSLT</acronym> libraries. These are useful
29for extending <filename>libxml2</filename> libraries to support
30<acronym>XSLT</acronym> files.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&libxslt-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&libxslt-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum (HTTP):
39&libxslt-http-md5sum;</para></listitem>
40<listitem><para>Download MD5 sum (FTP):
41&libxslt-ftp-md5sum;</para></listitem>
42<listitem><para>Download size: &libxslt-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&libxslt-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&libxslt-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title><application>libxslt</application> dependencies</title>
50<sect4><title>Required</title>
51<para><xref linkend="libxml2"/></para></sect4>
52<sect4><title>Optional</title>
53<para><xref linkend="python"/> and
54<ulink url="http://directory.fsf.org/security/libgcrypt.html">libgcrypt</ulink>
55</para></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 &amp;&amp;
68make install</command></userinput></screen>
69
70</sect2>
71
72<sect2>
73<title>Contents</title>
74
75<para>The <application>libxslt</application> package contains
76<filename>libxslt</filename> libraries,
77<filename>libexslt</filename> libraries,
78<command>xsltproc</command> and
79<command>xslt-config</command>.</para>
80
81</sect2>
82
83<sect2><title>Description</title>
84
85<sect3><title>libxslt libraries</title>
86<para><filename>libxslt</filename> libraries provide extensions to the
87<filename>libxml2</filename> libraries to parse files that use the
88<acronym>XSLT</acronym> format.</para></sect3>
89
90<sect3><title>xsltproc</title>
91<para><command>xsltproc</command> is used to apply
92<acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
93documents.</para></sect3>
94
95</sect2>
96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.