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