mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
52d29f7a42
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2304 af4574ff-66df-0310-9fd7-8a98e5e911e0
64 lines
2.7 KiB
XML
64 lines
2.7 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 "290 KB">
|
|
<!ENTITY expat-buildsize "3.2 MB">
|
|
<!ENTITY expat-time "0.11 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="expat" xreflabel="expat-&expat-version;">
|
|
<?dbhtml filename="expat.html"?>
|
|
<title>expat-&expat-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to expat</title>
|
|
|
|
<para>The expat package contains a stream oriented C library for
|
|
parsing XML.</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>
|
|
|
|
</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 &&
|
|
make &&
|
|
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 XML documents are well formed.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|