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

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 3d8b4f6 was cbe40efb, checked in by William Harrington <kb0iic@…>, 12 years ago

make "-j 1" a bit more clear by bolding -j 1 with some command tags.

  • Property mode set to 100644
File size: 2.4 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 Programs</segtitle>
52 <segtitle>Installed libraries</segtitle>
53
54 <seglistitem>
55 <seg>convert</seg>
56 <seg>libee.[a,so]</seg>
57 </seglistitem>
58 </segmentedlist>
59
60 <variablelist>
61 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
62 <?dbfo list-presentation="list"?>
63 <?dbhtml list-presentation="table"?>
64
65 <varlistentry id="convert">
66 <term><command>convert</command></term>
67 <listitem>
68 <para>todo</para>
69 <indexterm zone="ch-system-libee convert">
70 <primary sortas="b-convert">convert</primary>
71 </indexterm>
72 </listitem>
73 </varlistentry>
74
75 <varlistentry id="libee">
76 <term><filename class="libraryfile">libee</filename></term>
77 <listitem>
78 <para>is the event expression library</para>
79 <indexterm zone="ch-system-libee libee">
80 <primary sortas="c-libee">libee</primary>
81 </indexterm>
82 </listitem>
83 </varlistentry>
84
85 </variablelist>
86
87 </sect2>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.