6.51.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:
./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