]> pd.if.org Git - hexagon/blob - README
move astar to lib
[hexagon] / README
1 Compiling
2
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.
7
8 Installing
9
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:
12
13 make PREFIX=/usr install
14
15 License
16
17 This library is in the public domain.  All of the code was
18 written by Nathan Wagner.