| [81d2c63] | 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 |  | 
|---|
| [b27081c4] | 30 | <screen os="b"><userinput>PKG_CONFIG_PATH=/tools/lib/pkgconfig \ | 
|---|
|  | 31 | ./configure \ | 
|---|
|  | 32 | --prefix=/usr</userinput></screen> | 
|---|
| [81d2c63] | 33 |  | 
|---|
| [ef42827] | 34 | <para os="c">Compile the package:</para> | 
|---|
| [81d2c63] | 35 |  | 
|---|
| [ef42827] | 36 | <screen os="d"><userinput>make</userinput></screen> | 
|---|
| [81d2c63] | 37 |  | 
|---|
| [ef42827] | 38 | <para os="e">To test the results, issue:</para> | 
|---|
| [81d2c63] | 39 |  | 
|---|
| [ef42827] | 40 | <screen os="f"><userinput remap="test">make check</userinput></screen> | 
|---|
| [81d2c63] | 41 |  | 
|---|
| [ef42827] | 42 | <para os="g">Install the package:</para> | 
|---|
| [81d2c63] | 43 |  | 
|---|
| [ef42827] | 44 | <screen os="h"><userinput>make install</userinput></screen> | 
|---|
| [81d2c63] | 45 |  | 
|---|
|  | 46 | </sect2> | 
|---|
|  | 47 |  | 
|---|
|  | 48 | <sect2 id="contents-libpipeline" role="content"> | 
|---|
|  | 49 | <title>Contents of Libpipeline</title> | 
|---|
|  | 50 |  | 
|---|
|  | 51 | <segmentedlist> | 
|---|
|  | 52 | <segtitle>Installed libraries</segtitle> | 
|---|
|  | 53 |  | 
|---|
|  | 54 | <seglistitem> | 
|---|
|  | 55 | <seg>libpipeline.so</seg> | 
|---|
|  | 56 | </seglistitem> | 
|---|
|  | 57 | </segmentedlist> | 
|---|
|  | 58 |  | 
|---|
|  | 59 | <variablelist> | 
|---|
|  | 60 | <bridgehead renderas="sect3">Short Descriptions</bridgehead> | 
|---|
|  | 61 | <?dbfo list-presentation="list"?> | 
|---|
|  | 62 | <?dbhtml list-presentation="table"?> | 
|---|
|  | 63 |  | 
|---|
|  | 64 | <varlistentry id="libpipeline"> | 
|---|
|  | 65 | <term><filename class="libraryfile">libpipeline</filename></term> | 
|---|
|  | 66 | <listitem> | 
|---|
|  | 67 | <para>This library is used to safely construct pipeline between | 
|---|
|  | 68 | subprocesses</para> | 
|---|
|  | 69 | <indexterm zone="ch-system-libpipeline libpipeline"> | 
|---|
|  | 70 | <primary sortas="c-libpipeline">libpipeline</primary> | 
|---|
|  | 71 | </indexterm> | 
|---|
|  | 72 | </listitem> | 
|---|
|  | 73 | </varlistentry> | 
|---|
|  | 74 |  | 
|---|
|  | 75 | </variablelist> | 
|---|
|  | 76 |  | 
|---|
|  | 77 | </sect2> | 
|---|
|  | 78 |  | 
|---|
|  | 79 | </sect1> | 
|---|