libpipeline.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. <sect1 id="ch-system-libpipeline" role="wrap">
  8. <?dbhtml filename="libpipeline.html"?>
  9. <sect1info condition="script">
  10. <productname>libpipeline</productname>
  11. <productnumber>&libpipeline-version;</productnumber>
  12. <address>&libpipeline-url;</address>
  13. </sect1info>
  14. <title>Libpipeline-&libpipeline-version;</title>
  15. <indexterm zone="ch-system-libpipeline">
  16. <primary sortas="a-Libpipeline">Libpipeline</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Libpipeline package contains a library for manipulating pipelines
  21. of subprocesses in a flexible and convenient way.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&libpipeline-fin-sbu;</seg>
  27. <seg>&libpipeline-fin-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Libpipeline</title>
  33. <para>Prepare Libpipeline for compilation:</para>
  34. <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  35. <para>Compile the package:</para>
  36. <screen><userinput remap="make">make</userinput></screen>
  37. <para>To test the results, issue:</para>
  38. <screen><userinput remap="test">make check</userinput></screen>
  39. <para>Install the package:</para>
  40. <screen><userinput remap="install">make install</userinput></screen>
  41. </sect2>
  42. <sect2 id="contents-libpipeline" role="content">
  43. <title>Contents of Libpipeline</title>
  44. <segmentedlist>
  45. <segtitle>Installed library</segtitle>
  46. <seglistitem>
  47. <seg>libpipeline.so</seg>
  48. </seglistitem>
  49. </segmentedlist>
  50. <variablelist>
  51. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  52. <?dbfo list-presentation="list"?>
  53. <?dbhtml list-presentation="table"?>
  54. <varlistentry id="libpipeline">
  55. <term><filename class="libraryfile">libpipeline</filename></term>
  56. <listitem>
  57. <para>This library is used to safely construct pipelines between
  58. subprocesses</para>
  59. <indexterm zone="ch-system-libpipeline">
  60. <primary sortas="c-libpipeline">libpipeline</primary>
  61. </indexterm>
  62. </listitem>
  63. </varlistentry>
  64. </variablelist>
  65. </sect2>
  66. </sect1>