source: general/genlib/libxml2.xml@ 3c985d94

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

Updated to libxml2-2.6.21

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

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
8 <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
9 <!ENTITY libxml2-size "4.2 MB">
10 <!ENTITY libxml2-md5sum "131f2d98ed75ec1dc118783a21104107">
11 <!ENTITY libxml2-buildsize "78 MB (additional 183 MB to run the test suite)">
12 <!ENTITY libxml2-time "1.2 SBU (additional 0.8 SBU to run the test suite)">
13]>
14
15<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
16 <?dbhtml filename="libxml2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libxml2-&libxml2-version;</title>
24
25 <indexterm zone="libxml2">
26 <primary sortas="a-Libxml2">Libxml2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libxml2</title>
31
32 <para>The <application>libxml2</application> package contains
33 XML libraries. These are useful for parsing XML files.</para>
34
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>
56
57 <bridgehead renderas="sect3">Libxml2 Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Optional</bridgehead>
60 <para><xref linkend="python"/> (will create a
61 <application>Python</application> library module if found) and
62 <xref linkend="libxslt"/> (not required for the test suite, but used if
63 found)</para>
64
65 <bridgehead renderas="sect4">Optional (Required to Run the Full Suite of
66 Tests)</bridgehead>
67 <para><xref linkend="python"/> and <xref linkend="wget"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of Libxml2</title>
73
74 <para>Install <application>libxml2</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=/usr --with-history &amp;&amp;
78make</userinput></screen>
79
80 <para>To test the results, issue: <command>make check</command>.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <para><parameter>--with-history</parameter>: Enables
92 <application>readline</application> support.</para>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Libraries</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>xml2-config, xmlcatalog, and xmllint</seg>
106 <seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a]
107 <application>Python</application> module</seg>
108 <seg>/usr/include/libxml2, /usr/share/doc/libxml2-&libxml2-version;, and
109 /usr/share/doc/libxml2-python-&libxml2-version;</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="xml2-config">
119 <term><command>xml2-config</command></term>
120 <listitem>
121 <para>determines the compile and linker flags that should be used to
122 compile and link programs that use
123 <filename class='libraryfile'>libxml2</filename>.</para>
124 <indexterm zone="libxml2 xml2-config">
125 <primary sortas="b-xml2-config">xml2-config</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="xmlcatalog">
131 <term><command>xmlcatalog</command></term>
132 <listitem>
133 <para>is used to monitor and manipulate XML
134 and SGML catalogs.</para>
135 <indexterm zone="libxml2 xmlcatalog">
136 <primary sortas="b-xmlcatalog">xmlcatalog</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="xmllint">
142 <term><command>xmllint</command></term>
143 <listitem>
144 <para>parses XML files and outputs reports (based
145 upon options) to detect errors in XML coding.</para>
146 <indexterm zone="libxml2 xmllint">
147 <primary sortas="b-xmllint">xmllint</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="libxml2-lib">
153 <term><filename class='libraryfile'>libxml2.[so,a]</filename></term>
154 <listitem>
155 <para> libraries provide the functions for programs to parse files
156 that use the XML format.</para>
157 <indexterm zone="libxml2 libxml2-lib">
158 <primary sortas="c-libxml2">libxml2.[so,a]</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.