source: BOOK/final-system/common/libestr.xml@ d87123b

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d87123b was c10c1b0, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Added libestr, dependency of the new rsyslog.

  • Property mode set to 100644
File size: 1.9 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-libestr" role="wrap">
9 <?dbhtml filename="libestr.html"?>
10
11 <title>Libestr-&libestr-version;</title>
12
13 <indexterm zone="ch-system-libestr">
14 <primary sortas="a-Libestr">Libestr</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Libestr package is a library for some string essentials.</para>
21
22 </sect2>
23
24 <sect2 role="installation">
25 <title>Installation of Libestr</title>
26
27 <para os="a">Prepare Libestr 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">This package does not come with a test suite.</para>
36
37 <para os="f">Install the package:</para>
38
39<screen os="g"><userinput>make install</userinput></screen>
40
41 </sect2>
42
43 <sect2 id="contents-libestr" role="content">
44 <title>Contents of Libestr</title>
45
46 <segmentedlist>
47 <segtitle>Installed libraries</segtitle>
48
49 <seglistitem>
50 <seg>libestr.[a,so]</seg>
51 </seglistitem>
52 </segmentedlist>
53
54 <variablelist>
55 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
56 <?dbfo list-presentation="list"?>
57 <?dbhtml list-presentation="table"?>
58
59 <varlistentry id="libestr">
60 <term><filename class="libraryfile">libestr</filename></term>
61 <listitem>
62 <para>contains functions for aiding in string functions</para>
63 <indexterm zone="ch-system-libestr libestr">
64 <primary sortas="c-libestr">libestr</primary>
65 </indexterm>
66 </listitem>
67 </varlistentry>
68
69 </variablelist>
70
71 </sect2>
72
73</sect1>
Note: See TracBrowser for help on using the repository browser.