< Previous | Contents | Next >
6.55.1. Installation of Check
Prepare Check for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Build the package:
make
make
Compilation is now complete. To run the Check test suite, issue the following command:
make check
make check
Note that the Check test suite may take a relatively long (up to 4 SBU) time. Install the package and fix a script:
make docdir=/usr/share/doc/check-0.12.0 install sed -i '1 s/tools/usr/' /usr/bin/checkmk
make docdir=/usr/share/doc/check-0.12.0 install sed -i '1 s/tools/usr/' /usr/bin/checkmk