Program installation
====================

1. Edit Makefile and check that the C compiler, install directory etc. are
  correct (they're currently for a Redhat Linux 5.2 system).

2. Build with

	make

3. Become 'root', and

	make install

Additional files
================

  Some additional files have been included to help other programs display 
.MDAs:

* anytopnm.patch modifies the "anytopnm" shell script, to make it aware of
  .MDA images. If you use this, you will also need to install mda.magic below.

* mda.magic - this file should be added to the end of your "magic" 
  file (often called /usr/share/magic or /etc/magic).

* mda.mgk - This file should be appended to your ImageMagick "delegates" file
  (eg: /usr/share/ImageMagick/delegates.mgk); it allows ImageMagick (and 
  other programs that use ImageMagick, such as Electric Eyes) to read
  and write .MDA files. 

