source: BOOK/final-system/common/libee.xml @ fdba161

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

Add libee, depdendency of the new rsyslog.

  • Property mode set to 100644
File size: 2.2 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-libee" role="wrap">
9  <?dbhtml filename="libee.html"?>
10
11  <title>Libee-&libee-version;</title>
12
13  <indexterm zone="ch-system-libee">
14    <primary sortas="a-Libee">Libee</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Libee is an event expression library.</para>
21
22  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of Libee</title>
26
27    <para os="a">Prepare Libee 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-libee" role="content">
44    <title>Contents of Libee</title>
45
46    <segmentedlist>
47      <segtitle>Installed Programs</segtitle>
48      <segtitle>Installed libraries</segtitle>
49
50      <seglistitem>
51        <seg>convert</seg>
52        <seg>libee.[a,so]</seg>
53      </seglistitem>
54    </segmentedlist>
55
56    <variablelist>
57      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
58      <?dbfo list-presentation="list"?>
59      <?dbhtml list-presentation="table"?>
60
61      <varlistentry id="convert">
62        <term><command>convert</command></term>
63        <listitem>
64          <para>todo</para>
65          <indexterm zone="ch-system-libee convert">
66            <primary sortas="b-convert">convert</primary>
67          </indexterm>
68        </listitem>
69      </varlistentry>
70
71      <varlistentry id="libee">
72        <term><filename class="libraryfile">libee</filename></term>
73        <listitem>
74          <para>is the event expression library</para>
75          <indexterm zone="ch-system-libee libee">
76            <primary sortas="c-libee">libee</primary>
77          </indexterm>
78        </listitem>
79      </varlistentry>
80
81    </variablelist>
82
83  </sect2>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.