source: archive/expat.xml@ 0080c54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 0080c54 was 56605b9, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Remove XML::Parser from perl modules
Archive acl, attr, intltool, expat, gperf
Synchronize libcap with LFS.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13004 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.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 expat-download-http "&sourceforge-repo;/expat/expat-&expat-version;.tar.gz">
8 <!ENTITY expat-download-ftp " ">
9 <!ENTITY expat-md5sum "dd7dab7a5fea97d2a6a43f511449b7cd">
10 <!ENTITY expat-size "552 KB">
11 <!ENTITY expat-buildsize "6.0 MB">
12 <!ENTITY expat-time "0.1 SBU">
13]>
14
15<sect1 id="expat" xreflabel="expat-&expat-version;">
16 <?dbhtml filename="expat.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Expat-&expat-version;</title>
24
25 <indexterm zone="expat">
26 <primary sortas="a-Expat">Expat</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Expat</title>
31
32 <para>The <application>Expat</application> package contains a stream oriented
33 C library for parsing XML.</para>
34
35 &lfs75_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&expat-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&expat-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &expat-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &expat-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &expat-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &expat-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/expat-&expat-version;-fixes-3.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/expat"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Expat</title>
76
77 <para>Install <application>Expat</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
81make</userinput></screen>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install &amp;&amp;
86install -v -m755 -d /usr/share/doc/expat-&expat-version; &amp;&amp;
87install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command> as an
90 unprivileged user. Note this must be done after the package is
91 installed.</para>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/static-libraries.xml"/>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directory</segtitle>
110
111 <seglistitem>
112 <seg>xmlwf</seg>
113 <seg>libexpat.so</seg>
114 <seg>/usr/share/doc/expat-&expat-version;</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
123 <varlistentry id="xmlwf">
124 <term><command>xmlwf</command></term>
125 <listitem>
126 <para>is a non-validating utility to check whether or not
127 XML documents are well formed.</para>
128 <indexterm zone="expat xmlwf">
129 <primary sortas="b-xmlwf">xmlwf</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 <varlistentry id="libexpat">
135 <term><filename class='libraryfile'>libexpat.so</filename></term>
136 <listitem>
137 <para>contains API functions for parsing XML.</para>
138 <indexterm zone="expat libexpat">
139 <primary sortas="c-libexpat">libexpat.so</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.