libpipeline.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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-ch6-sbu;</seg>
  27. <seg>&libpipeline-ch6-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. <!--
  36. <variablelist>
  37. <title>The meaning of the configure options:</title>
  38. <varlistentry>
  39. <term><parameter>CHECK_CFLAGS=, CHECK_LIBS=</parameter></term>
  40. <listitem>
  41. <para>These environment variables specify the location of the test
  42. library built in <xref linkend="ch-tools-check"/>.</para>
  43. </listitem>
  44. </varlistentry>
  45. </variablelist>
  46. -->
  47. <para>Compile the package:</para>
  48. <screen><userinput remap="make">make</userinput></screen>
  49. <para>To test the results, issue:</para>
  50. <screen><userinput remap="test">make check</userinput></screen>
  51. <para>Install the package:</para>
  52. <screen><userinput remap="install">make install</userinput></screen>
  53. </sect2>
  54. <sect2 id="contents-libpipeline" role="content">
  55. <title>Contents of Libpipeline</title>
  56. <segmentedlist>
  57. <segtitle>Installed libraries</segtitle>
  58. <seglistitem>
  59. <seg>libpipeline.so</seg>
  60. </seglistitem>
  61. </segmentedlist>
  62. <variablelist>
  63. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  64. <?dbfo list-presentation="list"?>
  65. <?dbhtml list-presentation="table"?>
  66. <varlistentry id="libpipeline">
  67. <term><filename class="libraryfile">libpipeline</filename></term>
  68. <listitem>
  69. <para>This library is used to safely construct pipelines between
  70. subprocesses</para>
  71. <indexterm zone="ch-system-libpipeline">
  72. <primary sortas="c-libpipeline">libpipeline</primary>
  73. </indexterm>
  74. </listitem>
  75. </varlistentry>
  76. </variablelist>
  77. </sect2>
  78. </sect1>