Read Me
1. PREREQUISITES
-----------------------------
Following libraries and headers are required:
libX11 (xorg including extensions)
libXm (Motif)
libjpeg (OpenJPEG)
libpng
libtiff
On most GNU/Linux distributions appropriate 'development' packages need to
be installed also - e.g. xorg-dev, motif-dev, etc.
2. BUILDING AND INSTALLING
-----------------------------
Make sure to review the target platform makefile (mf/Makefile.<platform>).
Adjust the installation prefix and X resources installation path if necessary.
Read comments in the makefile for additional compile time options available.
The target platform is picked by the master Makefile from uname(1). If no
platform specific Makefile exists, try "Makefile.generic".
Run 'make' in the top-level directory of the source distribution and follow
instructions. When build process finishes, run 'make install' as root.
3. NOTES
-----------------------------
OpenMP (multiprocessor optimizations) are enabled by default for Linux and
FreeBSD targets. This may cause the build to fail with OMP related errors
on architectures that don't support it. If this is the case, set the variable
ENABLE_OMP = 0 in the platform specific makefile (mf/Makefile.<platform>).