source: general/genlib/libxml2.xml@ 5b51921

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5b51921 was 5b51921, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Revert to libxml2-2.9.1

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

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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-&libxml2-version;.tar.gz">
9 <!ENTITY libxml2-md5sum "9c0cfef285d5c4a5c80d00904ddab380">
10 <!ENTITY libxml2-size "5.0 MB">
11 <!ENTITY libxml2-buildsize "100 MB">
12 <!ENTITY libxml2-time "0.6 SBU">
13 <!ENTITY testsuite-version "20130923">
14]>
15
16<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
17 <?dbhtml filename="libxml2.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libxml2-&libxml2-version;</title>
25
26 <indexterm zone="libxml2">
27 <primary sortas="a-libxml2">libxml2</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libxml2</title>
32
33 <para>
34 The <application>libxml2</application> package contains libraries
35 and utilities used for parsing XML files.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libxml2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libxml2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libxml2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libxml2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libxml2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libxml2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Optional Testsuite:
79 <ulink url="http://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
80 enables <command>make check</command> to do complete testing.
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="python2"/> (to build and install a
90 <application>Python</application> library module, additionally it is
91 required to run the full suite of tests)
92 </para>
93
94 <note>
95 <para>
96 Some packages which utilize <application>libxml2</application> (such as
97 <application>GNOME Doc Utils</application>) need the
98 <application>Python</application> module installed to function properly
99 and some packages will not build properly if the
100 <application>Python</application> module is not available.
101 </para>
102 </note>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/libxml2"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of libxml2</title>
111
112 <para>
113 Install <application>libxml2</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --disable-static --with-history &amp;&amp;
118make</userinput></screen>
119
120 <para>If you downloaded the testsuite, issue the following command:</para>
121
122<screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
123
124 <para>
125 To test the results, issue: <command>make check &gt;
126 ../check.log</command>. A summary of the results can be obtained with
127 <command>grep -E '^Total|expected' ../check.log</command>.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/static-libraries.xml"/>
142
143 <para>
144 <option>--with-history</option>: This switch enables
145 <application>Readline</application> support when running
146 <command>xmlcatalog</command> or <command>xmllint</command> in shell mode.
147 </para>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 xml2-config, xmlcatalog and xmllint
162 </seg>
163 <seg>
164 libxml2.so and optionally, the libxml2mod.so
165 <application>Python</application> module
166 </seg>
167 <seg>
168 /usr/include/libxml2,
169 /usr/share/doc/libxml2-&libxml2-version;,
170 /usr/share/doc/libxml2-python-&libxml2-version; and
171 /usr/share/gtk-doc/html/libxml2
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="xml2-config">
182 <term><command>xml2-config</command></term>
183 <listitem>
184 <para>
185 determines the compile and linker flags that should be used to
186 compile and link programs that use
187 <filename class='libraryfile'>libxml2</filename>.
188 </para>
189 <indexterm zone="libxml2 xml2-config">
190 <primary sortas="b-xml2-config">xml2-config</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="xmlcatalog">
196 <term><command>xmlcatalog</command></term>
197 <listitem>
198 <para>
199 is used to monitor and manipulate XML and SGML catalogs.
200 </para>
201 <indexterm zone="libxml2 xmlcatalog">
202 <primary sortas="b-xmlcatalog">xmlcatalog</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="xmllint">
208 <term><command>xmllint</command></term>
209 <listitem>
210 <para>
211 parses XML files and outputs reports (based upon options) to detect
212 errors in XML coding.
213 </para>
214 <indexterm zone="libxml2 xmllint">
215 <primary sortas="b-xmllint">xmllint</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libxml2-lib">
221 <term><filename class="libraryfile">libxml2.so</filename></term>
222 <listitem>
223 <para>
224 provides functions for programs to parse files that use the XML
225 format.
226 </para>
227 <indexterm zone="libxml2 libxml2-lib">
228 <primary sortas="c-libxml2">libxml2.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.