10.99. Libpipeline-1.4.1 N32 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:

CC="gcc ${BUILDN32}" \
./configure \
    --prefix=/usr \
    --libdir=/usr/lib32

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 10.100.2, “Contents of Libpipeline.”