source: general/genlib/libxml2.xml@ f71c3c5

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

Updated to libxml2-2.6.17

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

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