source: general/genlib/libxslt.xml@ 0e92f49

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 0e92f49 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
RevLine 
[52d29f7]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">
[85a135f]9<!ENTITY libxslt-http-md5sum "57b06895bf1f2833ef73f284f2d2893f">
10<!ENTITY libxslt-ftp-md5sum "cf82a767c016ff1668d1c295c47ae700">
[b7c78a0]11<!ENTITY libxslt-size "1.7 MB">
[714d067]12<!ENTITY libxslt-buildsize "37 MB">
[0f92c0d]13<!ENTITY libxslt-time "0.31 SBU">
[52d29f7]14]>
15
[f45b1953]16<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
[a0f03b0]17<sect1info>
[5cd0959d]18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
[a0f03b0]20</sect1info>
[7f72cbf]21<?dbhtml filename="libxslt.html"?>
[f45b1953]22<title>libxslt-&libxslt-version;</title>
23
[52d29f7]24<sect2>
25<title>Introduction to <application>libxslt</application></title>
[8bd11de]26
[52d29f7]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>
[8bd11de]31
[52d29f7]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>
[85a135f]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>
[52d29f7]42<listitem><para>Download size: &libxslt-size;</para></listitem>
[b7c78a0]43<listitem><para>Estimated disk space required:
[52d29f7]44&libxslt-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&libxslt-time;</para></listitem></itemizedlist>
47</sect3>
[8bd11de]48
[52d29f7]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>
[85a135f]53<para><xref linkend="python"/> and
[8971ada]54<ulink url="http://directory.fsf.org/security/libgcrypt.html">libgcrypt</ulink>
[f2464092]55</para></sect4>
[52d29f7]56</sect3>
[8bd11de]57
[52d29f7]58</sect2>
59
60<sect2>
61<title>Installation of <application>libxslt</application></title>
[8bd11de]62
63<para>Install <application>libxslt</application> by running the following
64commands:</para>
65
[52d29f7]66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
67make &amp;&amp;
68make install</command></userinput></screen>
[8bd11de]69
[52d29f7]70</sect2>
71
72<sect2>
73<title>Contents</title>
[8bd11de]74
[0f92c0d]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>
[8bd11de]80
[52d29f7]81</sect2>
[8bd11de]82
[52d29f7]83<sect2><title>Description</title>
[8bd11de]84
[52d29f7]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>
[8bd11de]89
[52d29f7]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>
[8bd11de]94
[52d29f7]95</sect2>
[f45b1953]96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.