- Install
Autotools
- Use
autoreconf -vfi
so that it runs all the relevant tools in the right order, and installs the missing files - Run:
aclocal
automake
autoconf
- Configure the build:
./configure
- Make the targets:
make
make check
- Install the binaries:
make install