glfs/general/genlib/expat.xml
Randy McMurchy 518538fb6d Standardized the 'Estimated disk space required' text
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3244 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-01-10 17:48:41 +00:00

75 lines
2.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY expat-download-http "http://prdownloads.sourceforge.net/expat/expat-&expat-version;.tar.gz">
<!ENTITY expat-download-ftp " ">
<!ENTITY expat-size "314 KB">
<!ENTITY expat-buildsize "4.2 MB">
<!ENTITY expat-time "0.11 SBU">
]>
<sect1 id="expat" xreflabel="expat-&expat-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="expat.html"?>
<title>expat-&expat-version;</title>
<sect2>
<title>Introduction to <application>expat</application></title>
<para>The <application>expat</application> package contains a stream oriented
C library for parsing <acronym>XML</acronym>.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&expat-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&expat-download-ftp;"/></para></listitem>
<listitem><para>Download size: &expat-size;</para></listitem>
<listitem><para>Estimated disk space required: &expat-buildsize;</para></listitem>
<listitem><para>Estimated build time: &expat-time;</para></listitem></itemizedlist></sect3>
<sect3><title><application>expat</application> dependencies</title>
<sect4><title>Optional</title>
<para><ulink
url="http://check.sourceforge.net/">
Check</ulink> (for running the <command>make check</command> tests)</para>
</sect4></sect3>
</sect2>
<sect2>
<title>Installation of <application>expat</application></title>
<para>Install <application>expat</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>expat</application> package contains the
<filename>libexpat</filename> libraries and
<command>xmlwf</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>xmlwf</title>
<para><command>xmlwf</command> is a non-validating utility to check whether or
not <acronym>XML</acronym> documents are well formed.</para></sect3>
</sect2>
</sect1>