libpipeline.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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 CHECK_CFLAGS=-I/tools/include \
  35. CHECK_LIBS="-L/tools/lib -lcheck" --prefix=/usr</userinput></screen>
  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. <para>Compile the package:</para>
  47. <screen><userinput remap="make">make</userinput></screen>
  48. <para>To test the results, issue:</para>
  49. <screen><userinput remap="test">make check</userinput></screen>
  50. <para>Install the package:</para>
  51. <screen><userinput remap="install">make install</userinput></screen>
  52. </sect2>
  53. <sect2 id="contents-libpipeline" role="content">
  54. <title>Contents of Libpipeline</title>
  55. <segmentedlist>
  56. <segtitle>Installed libraries</segtitle>
  57. <seglistitem>
  58. <seg>libpipeline.so</seg>
  59. </seglistitem>
  60. </segmentedlist>
  61. <variablelist>
  62. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  63. <?dbfo list-presentation="list"?>
  64. <?dbhtml list-presentation="table"?>
  65. <varlistentry id="libpipeline">
  66. <term><filename class="libraryfile">libpipeline</filename></term>
  67. <listitem>
  68. <para>This library is used to safely construct pipelines between
  69. subprocesses</para>
  70. <indexterm zone="ch-system-libpipeline">
  71. <primary sortas="c-libpipeline">libpipeline</primary>
  72. </indexterm>
  73. </listitem>
  74. </varlistentry>
  75. </variablelist>
  76. </sect2>
  77. </sect1>