Files
typomix/INSTALL
2012-02-20 13:48:25 +01:00

14 lines
231 B
Plaintext

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