HuggieTag 0.8 BUILD 4

To compile in linux/another unix
================================

1) Edit Makefile
   - MANDIR and/or BINDIR may need to be changed.
     The default is /usr/local/man and /usr/local/bin

2) Type make

3) Read the Quick Start section of the README

This is designed to use gcc. It should however compile on any version of unix.
If your OS does not supply a compatible getopt then you may need to use the
getopt supplied for the DOS version.

If you have problems then please email me (huggie@dial.pipex.com).
If you have managed to fix the source then please email me too.

To clean up the .o files and delete the binary use:
make clean

Hope you find HuggieTag useful,
Simon Huggins <huggie@dial.pipex.com> or <huggie@earth.li>

To compile in DOS
=================

Use Makefile.dos

This is designed to use tcc (part of Turbo C++). HuggieTag does compile in
Turbo C++ 3.0 for DOS and should be reasonably ANSI C compliant. If you have
any specific experiences with it then please email me your changes and any
compiler specific defines so that I can make the code as compatible as
possible.

Don't forget to change the Makefile to point to your C compiler etc.

Hope you find HuggieTag useful,
Simon Huggins <huggie@dial.pipex.com> or <huggie@earth.li>
