Installation Instructions
*************************

As I did not provide any Makefile nor autotools compliant files, simply
compile and install wherever you like.

Compile
gcc -O2 -Wall -c cmdline.c hexnet.c hexnetfunctions.c

Link
gcc -O2 -Wall -o hexnet cmdline.o hexnet.o hexnetfunctions.o


Files to install
- hexnet (executable)
- hexnet.1 (manpage)
