source: BOOK/final-system/common/expat.xml @ e59e934

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since e59e934 was e59e934, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Add Expat 2.0.1.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-expat" role="wrap">
9  <?dbhtml filename="expat.html"?>
10
11  <title>Expat-&expat-version;</title>
12
13  <indexterm zone="ch-system-expat">
14    <primary sortas="a-Expat">Expat</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>Expat is a stream-oriented XML parser library written in C.</para>
21
22  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of Expat</title>
26
27    <para os="a">Prepare Expat for compilation:</para>
28
29<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
30
31    <para os="c">Compile the package:</para>
32
33<screen os="d"><userinput>make</userinput></screen>
34
35    <para os="e">To test the results, issue:
36    <userinput>make check</userinput>.</para>
37
38    <para os="f">Install the package:</para>
39
40<screen os="g"><userinput>make install</userinput></screen>
41
42    <para os="h">Install the documentation:</para>
43
44<screen os="i"><userinput>install -v -m755 -d /usr/share/doc/expat-&expat-version;
45install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen>
46
47
48  </sect2>
49
50  <sect2 id="contents-expat" role="content">
51    <title>Contents of Expat</title>
52
53    <segmentedlist>
54      <segtitle>Installed program</segtitle>
55      <segtitle>Installed library</segtitle>
56      <segtitle>Installed directory</segtitle>
57
58      <seglistitem>
59        <seg>xmlwf</seg>
60        <seg>libexpat.[so,a]</seg>
61        <seg>/usr/share/doc/expat-&expat-version;</seg>
62      </seglistitem>
63    </segmentedlist>
64
65    <variablelist>
66      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
67      <?dbfo list-presentation="list"?>
68      <?dbhtml list-presentation="table"?>
69
70      <varlistentry id="xmlwf">
71        <term><command>xmlwf</command></term>
72        <listitem>
73          <para>is a non-validating utility to check whether or not XML
74          documents are well formed</para>
75          <indexterm zone="ch-system-expat xmlwf">
76            <primary sortas="b-xmlwf">xmlwf</primary>
77          </indexterm>
78        </listitem>
79      </varlistentry>
80
81      <varlistentry id="libexpat">
82        <term><filename class="libraryfile">libexpat</filename></term>
83        <listitem>
84          <para>contains API functions for parsing XML</para>
85          <indexterm zone="ch-system-expat libexpat">
86            <primary sortas="c-libexpat">libexpat</primary>
87          </indexterm>
88        </listitem>
89      </varlistentry>
90
91    </variablelist>
92
93  </sect2>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.