< Previous | Contents | Next >
6.65.1. Installation of Libpipeline
Prepare Libpipeline for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Compile the package:
make
make
To test the results, issue:
make check
make check
Install the package:
make install
make install