HED Installation
~~~~~~~~~~~~~~~~

(1)   $ cd src/

(2)   Compile-time configuration

You may want to tune the compile-time configuration. For system-specific
configuration, see the config.h file, for colors configuration you can
edit the term/term.h file - both should be pretty straightforward.

In addition, you might want to customize the compilation flags and installation
parameters in the Makefile file. You can also pass your own in the appropriate
environment variables when invoking make.

(3)   $ make

This will invoke the build process itself. You may add V=1 after the
make command to make it show the full build tools invocations.

(4)   # make install

This will install the program to the system. If you did not customize the install
paths appropraitely in the configuration stage you probably need to have root
priviledges in order to do the system-wide installation.

(5)   man hed
