10.99. Libpipeline-1.4.1 64 Bit Libraries

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

10.99.1. Installation of Libpipeline

Prepare Libpipeline for compilation:

PKG_CONFIG_PATH=/tools/lib64/pkgconfig
    CC="gcc ${BUILD64}" \
./configure \
    --prefix=/usr \
    --libdir=/usr/lib64

Compile the package:

make

To test the results, issue:

make check

Install the package:

make install

10.99.2. Contents of Libpipeline

Installed libraries: libpipeline.so

Short Descriptions

libpipeline

This library is used to safely construct pipeline between subprocesses