source: archive/expat.xml@ 66966b2

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 66966b2 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
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fce275e]7 <!ENTITY expat-download-http "&sourceforge-repo;/expat/expat-&expat-version;.tar.gz">
[a73d16df]8 <!ENTITY expat-download-ftp " ">
[b6c5448]9 <!ENTITY expat-md5sum "dd7dab7a5fea97d2a6a43f511449b7cd">
10 <!ENTITY expat-size "552 KB">
11 <!ENTITY expat-buildsize "6.0 MB">
[a73d16df]12 <!ENTITY expat-time "0.1 SBU">
[52d29f7]13]>
14
[fd680fb]15<sect1 id="expat" xreflabel="expat-&expat-version;">
[fc7e79c]16 <?dbhtml filename="expat.html"?>
[8e75f8b9]17
[fc7e79c]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[8e75f8b9]22
[fc7e79c]23 <title>Expat-&expat-version;</title>
[8e75f8b9]24
[fc7e79c]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
[a73d16df]32 <para>The <application>Expat</application> package contains a stream oriented
[fc7e79c]33 C library for parsing XML.</para>
[8e75f8b9]34
[a0111a9]35 &lfs75_checked;
[49f7d8b]36
[fc7e79c]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>
[8e75f8b9]58
[b6c5448]59<!--
[85b5562]60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
[5fa3659]64 url="&patch-root;/expat-&expat-version;-fixes-3.patch"/></para>
[85b5562]65 </listitem>
66 </itemizedlist>
[b6c5448]67-->
[85b5562]68
[1039de3]69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/expat"/></para>
71
[fc7e79c]72 </sect2>
[8e75f8b9]73
[fc7e79c]74 <sect2 role="installation">
75 <title>Installation of Expat</title>
76
[a73d16df]77 <para>Install <application>Expat</application> by running the following
[fc7e79c]78 commands:</para>
79
[ec585ed]80<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[fc7e79c]81make</userinput></screen>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[8e75f8b9]84
[b8c2185f]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>
[8e75f8b9]88
[a73d16df]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
[fc7e79c]93 </sect2>
[8e75f8b9]94
[85b5562]95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
[b6c5448]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0d7900a]99 href="../../xincludes/static-libraries.xml"/>
[85b5562]100
101 </sect2>
102
[fc7e79c]103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Library</segtitle>
[a73d16df]109 <segtitle>Installed Directory</segtitle>
[8e75f8b9]110
[fc7e79c]111 <seglistitem>
112 <seg>xmlwf</seg>
[ec585ed]113 <seg>libexpat.so</seg>
[a73d16df]114 <seg>/usr/share/doc/expat-&expat-version;</seg>
[fc7e79c]115 </seglistitem>
116 </segmentedlist>
[8e75f8b9]117
[fc7e79c]118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
[8e75f8b9]122
[fc7e79c]123 <varlistentry id="xmlwf">
124 <term><command>xmlwf</command></term>
125 <listitem>
[74390482]126 <para>is a non-validating utility to check whether or not
[fc7e79c]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>
[8e75f8b9]133
[fc7e79c]134 <varlistentry id="libexpat">
[ec585ed]135 <term><filename class='libraryfile'>libexpat.so</filename></term>
[fc7e79c]136 <listitem>
137 <para>contains API functions for parsing XML.</para>
138 <indexterm zone="expat libexpat">
[ec585ed]139 <primary sortas="c-libexpat">libexpat.so</primary>
[fc7e79c]140 </indexterm>
141 </listitem>
142 </varlistentry>
[8e75f8b9]143
[fc7e79c]144 </variablelist>
145
146 </sect2>
[6cab80b]147
148</sect1>
Note: See TracBrowser for help on using the repository browser.