wget -c http://downloads.sourceforge.net/project/check/check/0.10.0/check-0.10.0.tar.gz
tar -xzf check-0.10.0.tar.gz
cd check-0.10.0
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install