6.48. Libpipeline-1.2.0

The Libpipeline package contains a library for manipulating pipelines of subprocesses in a flexible and convenient way.

Approximate build time: 0.1 SBU
Required disk space: 8.0 MB

6.48.1. Installation of Libpipeline

Prepare Libpipeline for compilation:

./configure CHECK_CFLAGS=-I/tools/include \
    CHECK_LIBS="-L/tools/lib -lcheck" --prefix=/usr

The meaning of the configure options:

CHECK_CFLAGS=, CHECK_LIBS=

These environment variables specify the location of the test library built in Section 5.14, “Check-0.9.8”.

Compile the package:

make

To test the results, issue:

make check

Install the package:

make install

6.48.2. Contents of Libpipeline

Installed libraries: libpipeline.so

Short Descriptions

libpipeline

This library is used to safely construct pipelines between subprocesses