source: BOOK/final-system/common/libpipeline.xml@ ae159a1

sysvinit
Last change on this file since ae159a1 was ef42827, checked in by Chris Staub <chris@…>, 10 years ago

Kbd is installed before libpipeline, so move explanation of PKG_CONFIG_PATH to kbd

Conflicts:

BOOK/final-system/common/kbd.xml

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