source: general/genlib/libxml2.xml@ d8f9f82

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 d8f9f82 was d8f9f82, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated libxslt dependencies

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

  • Property mode set to 100644
File size: 5.3 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
[52d949e8]7 <!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
8 <!ENTITY libxml2-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
[0e726f8]9 <!ENTITY libxml2-size "3.0 MB">
[52d949e8]10 <!ENTITY libxml2-md5sum "342f722d1770071be19253f229fef677">
[d8f9f82]11 <!ENTITY libxml2-buildsize "79 MB (additional 200 MB to run the testsuite)">
12 <!ENTITY libxml2-time "0.5-1.1 SBU (additional 0.7 SBU to run the testsuite)">
[52d29f7]13]>
14
[f45b1953]15<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
[1515ed8a]16 <?dbhtml filename="libxml2.html"?>
[8e75f8b9]17
[1515ed8a]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[8e75f8b9]22
[1515ed8a]23 <title>Libxml2-&libxml2-version;</title>
[8e75f8b9]24
[1515ed8a]25 <indexterm zone="libxml2">
26 <primary sortas="a-Libxml2">Libxml2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libxml2</title>
[8e75f8b9]31
[1515ed8a]32 <para>The <application>libxml2</application> package contains
33 XML libraries. These are useful for parsing XML files.</para>
[8e75f8b9]34
[1515ed8a]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libxml2-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libxml2-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libxml2-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libxml2-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libxml2-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libxml2-time;</para>
54 </listitem>
55 </itemizedlist>
[8e75f8b9]56
[1515ed8a]57 <bridgehead renderas="sect3">Libxml2 Dependencies</bridgehead>
[8e75f8b9]58
[1515ed8a]59 <bridgehead renderas="sect4">Optional</bridgehead>
60 <para><xref linkend="python"/></para>
[8e75f8b9]61
[1515ed8a]62 </sect2>
[8e75f8b9]63
[1515ed8a]64 <sect2 role="installation">
65 <title>Installation of Libxml2</title>
66
[74390482]67 <para>Install <application>libxml2</application> by running the following
[1515ed8a]68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr --with-history &amp;&amp;
71make</userinput></screen>
72
73 <para>To test the results, issue: <command>make check</command>.</para>
[8e75f8b9]74
[1515ed8a]75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[8e75f8b9]76
[1515ed8a]77<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]78
[1515ed8a]79 </sect2>
[8e75f8b9]80
[1515ed8a]81 <sect2 role="commands">
82 <title>Command Explanations</title>
83
[74390482]84 <para><parameter>--with-history</parameter>: Enables
[1515ed8a]85 <application>readline</application> support.</para>
[8e75f8b9]86
[1515ed8a]87 </sect2>
[8e75f8b9]88
[1515ed8a]89 <sect2 role="content">
90 <title>Contents</title>
91
92 <segmentedlist>
93 <segtitle>Installed Programs</segtitle>
94 <segtitle>Installed Libraries</segtitle>
95 <segtitle>Installed Directories</segtitle>
[8e75f8b9]96
[1515ed8a]97 <seglistitem>
98 <seg>xml2-config, xmlcatalog, and xmllint</seg>
[74390482]99 <seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a]
[1515ed8a]100 <application>Python</application> module</seg>
[74390482]101 <seg>/usr/include/libxml2, /usr/share/doc/libxml2-&libxml2-version;, and
[1515ed8a]102 /usr/share/doc/libxml2-python-&libxml2-version;</seg>
103 </seglistitem>
104 </segmentedlist>
[8e75f8b9]105
[1515ed8a]106 <variablelist>
107 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
108 <?dbfo list-presentation="list"?>
109 <?dbhtml list-presentation="table"?>
[8e75f8b9]110
[1515ed8a]111 <varlistentry id="xml2-config">
112 <term><command>xml2-config</command></term>
113 <listitem>
[74390482]114 <para>determines the compile and linker flags that should be used to
115 compile and link programs that use
[1515ed8a]116 <filename class='libraryfile'>libxml2</filename>.</para>
117 <indexterm zone="libxml2 xml2-config">
118 <primary sortas="b-xml2-config">xml2-config</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
[8e75f8b9]122
[1515ed8a]123 <varlistentry id="xmlcatalog">
124 <term><command>xmlcatalog</command></term>
125 <listitem>
[74390482]126 <para>is used to monitor and manipulate XML
[1515ed8a]127 and SGML catalogs.</para>
128 <indexterm zone="libxml2 xmlcatalog">
129 <primary sortas="b-xmlcatalog">xmlcatalog</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
[8e75f8b9]133
[1515ed8a]134 <varlistentry id="xmllint">
135 <term><command>xmllint</command></term>
136 <listitem>
[74390482]137 <para>parses XML files and outputs reports (based
[1515ed8a]138 upon options) to detect errors in XML coding.</para>
139 <indexterm zone="libxml2 xmllint">
140 <primary sortas="b-xmllint">xmllint</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
[8e75f8b9]144
[1515ed8a]145 <varlistentry id="libxml2-lib">
146 <term><filename class='libraryfile'>libxml2.[so,a]</filename></term>
147 <listitem>
[74390482]148 <para> libraries provide the functions for programs to parse files
[1515ed8a]149 that use the XML format.</para>
150 <indexterm zone="libxml2 libxml2-lib">
151 <primary sortas="c-libxml2">libxml2.[so,a]</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
[8e75f8b9]155
[1515ed8a]156 </variablelist>
157
158 </sect2>
[f45b1953]159
160</sect1>
Note: See TracBrowser for help on using the repository browser.