source: general/genlib/expat.xml@ f0cd2255

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f0cd2255 was f0cd2255, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to expat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3649 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[7f76b96]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
[52d29f7]3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY expat-download-http "http://prdownloads.sourceforge.net/expat/expat-&expat-version;.tar.gz">
8<!ENTITY expat-download-ftp " ">
[3e3c90f]9<!ENTITY expat-md5sum "aff487543845a82fe262e6e2922b4c8e">
[52a741ba]10<!ENTITY expat-size "314 KB">
11<!ENTITY expat-buildsize "4.2 MB">
[3a0d3cf8]12<!ENTITY expat-time "0.08 SBU">
[52d29f7]13]>
14
[6cab80b]15<sect1 id="expat" xreflabel="expat-&expat-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="expat.html"?>
[6cab80b]21<title>expat-&expat-version;</title>
[3a0d3cf8]22<indexterm zone="expat">
23<primary sortas="a-Expat">Expat</primary></indexterm>
[6cab80b]24
[52d29f7]25<sect2>
[c82e999]26<title>Introduction to <application>expat</application></title>
27
28<para>The <application>expat</application> package contains a stream oriented
29C library for parsing <acronym>XML</acronym>.</para>
30
[52d29f7]31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
[3e3c90f]33<listitem><para>Download (HTTP):
34<ulink url="&expat-download-http;"/></para></listitem>
35<listitem><para>Download (FTP):
36<ulink url="&expat-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &expat-md5sum;</para></listitem>
[52d29f7]38<listitem><para>Download size: &expat-size;</para></listitem>
[3e3c90f]39<listitem><para>Estimated disk space required:
40&expat-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&expat-time;</para></listitem></itemizedlist></sect3>
[c82e999]43
44<sect3><title><application>expat</application> dependencies</title>
45<sect4><title>Optional</title>
[3e3c90f]46<para><ulink url="http://check.sourceforge.net/">Check</ulink>
[f0cd2255]47(for running the test suite)</para>
[3e3c90f]48</sect4>
49</sect3>
[c82e999]50
[52d29f7]51</sect2>
52
53<sect2>
54<title>Installation of <application>expat</application></title>
[c82e999]55
56<para>Install <application>expat</application> by running the following
57commands:</para>
58
[52d29f7]59<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
[3a0d3cf8]60make</command></userinput></screen>
[c82e999]61
[f0cd2255]62<para>To test the results, issue: <command>make check</command>.</para>
63
[3a0d3cf8]64<para>Now, as the root user:</para>
[c82e999]65
[3a0d3cf8]66<screen><userinput role='root'><command>make install</command></userinput></screen>
[c82e999]67
[52d29f7]68</sect2>
[c82e999]69
[3a0d3cf8]70<sect2>
71<title>Contents</title>
[c82e999]72
[3a0d3cf8]73<segmentedlist>
74<segtitle>Installed Program</segtitle>
75<segtitle>Installed Library</segtitle>
76<segtitle>Installed Directories</segtitle>
77
78<seglistitem>
79<seg>xmlwf</seg>
80<seg>libexpat.[so,a]</seg>
81<seg>None</seg>
82</seglistitem>
83</segmentedlist>
84
85<variablelist>
86<bridgehead renderas="sect3">Short Descriptions</bridgehead>
87<?dbfo list-presentation="list"?>
88
89<varlistentry id="xmlwf">
90<term><command>xmlwf</command></term>
91<listitem><para>is a non-validating utility to check whether or not
92<acronym>XML</acronym> documents are well formed.</para>
93<indexterm zone="expat xmlwf">
94<primary sortas="b-xmlwf">xmlwf</primary>
95</indexterm></listitem>
96</varlistentry>
97
98<varlistentry id="libexpat">
99<term><filename class='libraryfile'>libexpat.[so,a]</filename></term>
100<listitem><para>contains <acronym>API</acronym> functions for parsing
101<acronym>XML</acronym>.</para>
102<indexterm zone="expat libexpat">
103<primary sortas="c-libexpat">libexpat.[so,a]</primary>
104</indexterm></listitem>
105</varlistentry>
106</variablelist>
[c82e999]107
[52d29f7]108</sect2>
[6cab80b]109
110</sect1>
Note: See TracBrowser for help on using the repository browser.