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-libpipeline" role="wrap">
|
---|
9 | <?dbhtml filename="libpipeline.html"?>
|
---|
10 |
|
---|
11 | <title>Libpipeline-&libpipeline-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-libpipeline">
|
---|
14 | <primary sortas="a-Libpipeline">Libpipeline</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <sect2 role="package">
|
---|
18 | <title/>
|
---|
19 |
|
---|
20 | <para>The Libpipeline package contains a library for manipulating pipelines
|
---|
21 | of subprocesses in a flexible and convenient way.</para>
|
---|
22 |
|
---|
23 | </sect2>
|
---|
24 |
|
---|
25 | <sect2 role="installation">
|
---|
26 | <title>Installation of Libpipeline</title>
|
---|
27 |
|
---|
28 | <para os="a">Prepare Libpipeline for compilation:</para>
|
---|
29 |
|
---|
30 | <screen os="b"><userinput>PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen>
|
---|
31 |
|
---|
32 | <variablelist os="c">
|
---|
33 | <title>The meaning of the configure option:</title>
|
---|
34 |
|
---|
35 | <varlistentry>
|
---|
36 | <term><envar>PKG_CONFIG_PATH</envar></term>
|
---|
37 | <listitem>
|
---|
38 | <para>Use pkg-config to obtain the location of the test library
|
---|
39 | metadata built in <xref linkend="ch-temp-system-check"/>.</para>
|
---|
40 | </listitem>
|
---|
41 | </varlistentry>
|
---|
42 | </variablelist>
|
---|
43 |
|
---|
44 | <para os="d">Compile the package:</para>
|
---|
45 |
|
---|
46 | <screen os="e"><userinput>make</userinput></screen>
|
---|
47 |
|
---|
48 | <para os="f">To test the results, issue:</para>
|
---|
49 |
|
---|
50 | <screen os="g"><userinput remap="test">make check</userinput></screen>
|
---|
51 |
|
---|
52 | <para os="h">Install the package:</para>
|
---|
53 |
|
---|
54 | <screen os="i"><userinput>make install</userinput></screen>
|
---|
55 |
|
---|
56 | </sect2>
|
---|
57 |
|
---|
58 | <sect2 id="contents-libpipeline" role="content">
|
---|
59 | <title>Contents of Libpipeline</title>
|
---|
60 |
|
---|
61 | <segmentedlist>
|
---|
62 | <segtitle>Installed libraries</segtitle>
|
---|
63 |
|
---|
64 | <seglistitem>
|
---|
65 | <seg>libpipeline.so</seg>
|
---|
66 | </seglistitem>
|
---|
67 | </segmentedlist>
|
---|
68 |
|
---|
69 | <variablelist>
|
---|
70 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
71 | <?dbfo list-presentation="list"?>
|
---|
72 | <?dbhtml list-presentation="table"?>
|
---|
73 |
|
---|
74 | <varlistentry id="libpipeline">
|
---|
75 | <term><filename class="libraryfile">libpipeline</filename></term>
|
---|
76 | <listitem>
|
---|
77 | <para>This library is used to safely construct pipeline between
|
---|
78 | subprocesses</para>
|
---|
79 | <indexterm zone="ch-system-libpipeline libpipeline">
|
---|
80 | <primary sortas="c-libpipeline">libpipeline</primary>
|
---|
81 | </indexterm>
|
---|
82 | </listitem>
|
---|
83 | </varlistentry>
|
---|
84 |
|
---|
85 | </variablelist>
|
---|
86 |
|
---|
87 | </sect2>
|
---|
88 |
|
---|
89 | </sect1>
|
---|