Initial commit.

This commit is contained in:
2012-02-20 13:48:25 +01:00
commit d6e408e4b8
10 changed files with 692 additions and 0 deletions

13
INSTALL Normal file
View File

@@ -0,0 +1,13 @@
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