To build typomix, run the following commands: ./configure make To build a static binary, run: ./configure --static make To install the binary and the man page, run: make install To only install the binary, run: make install-bin