mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged libxml.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3916 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fc3e01f9e5
commit
80649d272c
@ -4,74 +4,104 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libxml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/libxml-&libxml-version;.tar.bz2">
|
||||
<!ENTITY libxml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/libxml-&libxml-version;.tar.bz2">
|
||||
<!ENTITY libxml-md5sum "c7d1b9b1cbfcfbbc56c92f424c37d32c">
|
||||
<!ENTITY libxml-size "743 KB">
|
||||
<!ENTITY libxml-buildsize "13.8 MB">
|
||||
<!ENTITY libxml-time "0.33 SBU">
|
||||
<!ENTITY libxml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/libxml-&libxml-version;.tar.bz2">
|
||||
<!ENTITY libxml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/libxml-&libxml-version;.tar.bz2">
|
||||
<!ENTITY libxml-md5sum "c7d1b9b1cbfcfbbc56c92f424c37d32c">
|
||||
<!ENTITY libxml-size "743 KB">
|
||||
<!ENTITY libxml-buildsize "13.8 MB">
|
||||
<!ENTITY libxml-time "0.33 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libxml" xreflabel="libxml-&libxml-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="libxml.html"?>
|
||||
<title><application>libxml</application>-&libxml-version;</title>
|
||||
<?dbhtml filename="libxml.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Libxml-&libxml-version;</title>
|
||||
|
||||
<indexterm zone="libxml">
|
||||
<primary sortas="a-Libxml">Libxml</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>libxml</application></title>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Libxml</title>
|
||||
|
||||
<para>The <application>libxml</application> package contains the
|
||||
<application>libxml</application> libraries. These are useful for parsing
|
||||
XML files.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libxml-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libxml-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libxml-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libxml-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libxml-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libxml-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Libxml</title>
|
||||
|
||||
<para>The <application>libxml</application> package contains the
|
||||
<application>libxml</application> libraries. These are useful for parsing
|
||||
<acronym>XML</acronym> files.</para>
|
||||
<para>Install <application>libxml</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&libxml-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&libxml-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &libxml-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &libxml-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&libxml-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&libxml-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>libxml</application></title>
|
||||
|
||||
<para>Install <application>libxml</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>libxml</application> package contains
|
||||
<filename class='libraryfile'>libxml</filename> libraries and
|
||||
<command>xml-config</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>libxml libraries</title>
|
||||
<para><filename class='libraryfile'>libxml</filename> libraries provide the
|
||||
functions for programs to parse files that use the <acronym>XML</acronym>
|
||||
format.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>xml-config</seg>
|
||||
<seg>libxml.[so,a]</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libxml-lib">
|
||||
<term><filename class='libraryfile'>libxml.[so,a]</filename></term>
|
||||
<listitem>
|
||||
<para>provide the functions for programs to parse files that
|
||||
use the XML format.</para>
|
||||
<indexterm zone="libxml libxml-lib">
|
||||
<primary sortas="c-libxml">libxml.[so,a]</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
Loading…
Reference in New Issue
Block a user