Command explanations ./autogen.sh: First we have to create proper configuration scripts for the Linux platform. ./configure --prefix=/usr This command sets the install directory. cp doc/man/*.X /usr/share/man/manX: The install procedure doesn't properly install the man pages so we do it manually.