10.54.2. Contents of Libpipeline
              Installed libraries:
              libpipeline.so
            
          The Libpipeline package contains a library for manipulating pipelines of subprocesses in a flexible and convenient way.
Prepare Libpipeline for compilation:
PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install