3 A simple make will compile the library, run the tests, and create the
4 man page. Running the tests is dependent on having a 'prove'
5 command that will run a test harness. This would normally
6 be installed with perl.
10 make install will install the library to /usr/local. If you
11 want it somewhere else, you can pass PREFIX to make like so:
13 make PREFIX=/usr install
17 This library is in the public domain. All of the code was
18 written by Nathan Wagner.