source: general/genlib/expat.xml@ 19bf3801

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 19bf3801 was 3a0d3cf8, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated build entities and added indexing tags to expat and FreeType

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

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
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 " ">
9<!ENTITY expat-md5sum "aff487543845a82fe262e6e2922b4c8e">
10<!ENTITY expat-size "314 KB">
11<!ENTITY expat-buildsize "4.2 MB">
12<!ENTITY expat-time "0.08 SBU">
13]>
14
15<sect1 id="expat" xreflabel="expat-&expat-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="expat.html"?>
21<title>expat-&expat-version;</title>
22<indexterm zone="expat">
23<primary sortas="a-Expat">Expat</primary></indexterm>
24
25<sect2>
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
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
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>
38<listitem><para>Download size: &expat-size;</para></listitem>
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>
43
44<sect3><title><application>expat</application> dependencies</title>
45<sect4><title>Optional</title>
46<para><ulink url="http://check.sourceforge.net/">Check</ulink>
47(for running the <command>make check</command> tests)</para>
48</sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application>expat</application></title>
55
56<para>Install <application>expat</application> by running the following
57commands:</para>
58
59<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
60make</command></userinput></screen>
61
62<para>Now, as the root user:</para>
63
64<screen><userinput role='root'><command>make install</command></userinput></screen>
65
66</sect2>
67
68<sect2>
69<title>Contents</title>
70
71<segmentedlist>
72<segtitle>Installed Program</segtitle>
73<segtitle>Installed Library</segtitle>
74<segtitle>Installed Directories</segtitle>
75
76<seglistitem>
77<seg>xmlwf</seg>
78<seg>libexpat.[so,a]</seg>
79<seg>None</seg>
80</seglistitem>
81</segmentedlist>
82
83<variablelist>
84<bridgehead renderas="sect3">Short Descriptions</bridgehead>
85<?dbfo list-presentation="list"?>
86
87<varlistentry id="xmlwf">
88<term><command>xmlwf</command></term>
89<listitem><para>is a non-validating utility to check whether or not
90<acronym>XML</acronym> documents are well formed.</para>
91<indexterm zone="expat xmlwf">
92<primary sortas="b-xmlwf">xmlwf</primary>
93</indexterm></listitem>
94</varlistentry>
95
96<varlistentry id="libexpat">
97<term><filename class='libraryfile'>libexpat.[so,a]</filename></term>
98<listitem><para>contains <acronym>API</acronym> functions for parsing
99<acronym>XML</acronym>.</para>
100<indexterm zone="expat libexpat">
101<primary sortas="c-libexpat">libexpat.[so,a]</primary>
102</indexterm></listitem>
103</varlistentry>
104</variablelist>
105
106</sect2>
107
108</sect1>
Note: See TracBrowser for help on using the repository browser.