```bash
sudo apt install -y texinfo
git clone https://github.com/libcheck/check.git
cd check/
autoreconf --install
./configure
make
make check
sudo make install
```