[fdba161] | 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 |
|
---|
[a42ce33e] | 33 | <note os="n1">
|
---|
[cbe40efb] | 34 | <para>Libee will fail to compile if using multiple jobs with make. Append "<command>-j 1</command>" to the following make command:</para>
|
---|
[a42ce33e] | 35 | </note>
|
---|
| 36 |
|
---|
[fdba161] | 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>
|
---|
[2b220db9] | 51 | <segtitle>Installed Program</segtitle>
|
---|
[fdba161] | 52 | <segtitle>Installed libraries</segtitle>
|
---|
[2b220db9] | 53 | <segtitle>Installed directory</segtitle>
|
---|
[fdba161] | 54 |
|
---|
| 55 | <seglistitem>
|
---|
[2b220db9] | 56 | <seg>libee-convert</seg>
|
---|
[fdba161] | 57 | <seg>libee.[a,so]</seg>
|
---|
[2b220db9] | 58 | <seg>/usr/include/libee</seg>
|
---|
[fdba161] | 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 |
|
---|
[2b220db9] | 67 | <varlistentry id="libee-convert">
|
---|
| 68 | <term><command>libee-convert</command></term>
|
---|
[fdba161] | 69 | <listitem>
|
---|
| 70 | <para>todo</para>
|
---|
[2b220db9] | 71 | <indexterm zone="ch-system-libee libee-convert">
|
---|
| 72 | <primary sortas="b-libee-convert">libee-convert</primary>
|
---|
[fdba161] | 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>
|
---|