Add building and installing instructions.
[fuzz.git] / README
bloba4f0eae5b8bf4f619f340dcf00a03a525211287e
1 FUZZ
3 ABOUT
5   Fuzz is a simple C program that prints characters to the terminal, by
6   iterating through every possible 4-byte combination and printing it. This may
7   be useful for testing a program's ability to handle uncommon characters.
9   This project is extremely small and simple, and has not been tested very
10   thoroughly - it was made for practice programming in C, not for practical use.
11   Feel free to use it for practical purposes, and to modify it however you wish,
12   but don't expect it to work.
14 BUILDING & INSTALLING
16   `make` will build the `fuzz` binary.
17   `make install` will install fuzz and its manpage under /usr/local.
19 AUTHOR
21   Ethan McTague<ethan@tague.me>
23 LICENSING
24   
25   This project is free software, licensed under the BSD license - see the
26   LICENSE file.