Installation instructions for Erni

The current install routine is very primitive -- no Autoconf, no libtool,
just a barebones Makefile.

For now:

- [optional] set CFLAGS to your compiler/linker's switch to 
  perform static linking.  Do this only if you want a
  statically-linked binary.  Static binaries are not subject
  to poisoned runtime libraries; but then again, if someone
  has poisoned your runtime libraries then what's to stop them
  from doing so with executables?

  In other words, admin's choice.

- run "make"

- copy the resultant binary, "erni," to the directory of your
  choice

As the program matures I expect to create a more sophisticated
install process.

-qm 2003/03/19


