X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=README;fp=README;h=328553fc1ed1e59c3763513ccc052d21619d6f06;hb=8e2913bfbd2ae3cd8a2d07b879f0e78e455fed6f;hp=0000000000000000000000000000000000000000;hpb=8ca2b8a06b00066a20f744a61c9bcdd65949a344;p=hexagon diff --git a/README b/README new file mode 100644 index 0000000..328553f --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +Compiling + +A simple make will compile the library, run the tests, and create the +man page. Running the tests is dependent on having a 'prove' +command that will run a test harness. This would normally +be installed with perl. + +Installing + +make install will install the library to /usr/local. If you +want it somewhere else, you can pass PREFIX to make like so: + +make PREFIX=/usr install + +License + +This library is in the public domain. All of the code was +written by Nathan Wagner.