source: BOOK/final-system/common/libee.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 2b220db9, checked in by Chris Staub <chris@…>, 12 years ago

Updates to installed programs lists

  • Property mode set to 100644
File size: 2.5 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<note os="n1">
34 <para>Libee will fail to compile if using multiple jobs with make. Append "<command>-j 1</command>" to the following make command:</para>
35</note>
36
37<screen os="d"><userinput>make</userinput></screen>
38
39 <para os="e">This package does not come with a test suite.</para>
40
41 <para os="f">Install the package:</para>
42
43<screen os="g"><userinput>make install</userinput></screen>
44
45 </sect2>
46
47 <sect2 id="contents-libee" role="content">
48 <title>Contents of Libee</title>
49
50 <segmentedlist>
51 <segtitle>Installed Program</segtitle>
52 <segtitle>Installed libraries</segtitle>
53 <segtitle>Installed directory</segtitle>
54
55 <seglistitem>
56 <seg>libee-convert</seg>
57 <seg>libee.[a,so]</seg>
58 <seg>/usr/include/libee</seg>
59 </seglistitem>
60 </segmentedlist>
61
62 <variablelist>
63 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
64 <?dbfo list-presentation="list"?>
65 <?dbhtml list-presentation="table"?>
66
67 <varlistentry id="libee-convert">
68 <term><command>libee-convert</command></term>
69 <listitem>
70 <para>todo</para>
71 <indexterm zone="ch-system-libee libee-convert">
72 <primary sortas="b-libee-convert">libee-convert</primary>
73 </indexterm>
74 </listitem>
75 </varlistentry>
76
77 <varlistentry id="libee">
78 <term><filename class="libraryfile">libee</filename></term>
79 <listitem>
80 <para>is the event expression library</para>
81 <indexterm zone="ch-system-libee libee">
82 <primary sortas="c-libee">libee</primary>
83 </indexterm>
84 </listitem>
85 </varlistentry>
86
87 </variablelist>
88
89 </sect2>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.