MGRX-0.9.7 is a fork of the 2D graphic library GRX-2.4.7 that is no longer
maintained nor developed.  I have not changed the sources.  The only changes
I have done concern the makedefs.grx file that controls the library and binary
behaviour.  The changes are documented in the diffs file stored in the /djgpp
subdir.  I have configured and compiled the sources with jpeg, png and pnm
support enabled.  This implies that you have to install the following libraries:
    ljpeg6bb.zip  (losless jpeg library)
    png1216b.zip  (png/pnm library)
    zlib123b.zip  (zlib)
if you want to link libmgrx.a to your application.  When invocing the linker
you must add the following to the command line:
    -ljpeg -lpng -lz -lm
The font set is installed in /dev/env/DJDIR/libs/fonts/grx.
If you do not like any or all of these changes, you will have to reconfigure
and recompile the sources from scratch.  To this purporse, remove the chnages
I have done to makedefs.grx.  Use /djgpp/diffs as reference.

Please note that the mgrx-0.97 and grx-2.4.7 packages conflict with each other
due to file name clashes.  This can be resolved but I will not waiste my time
doing so.


Enjoy,

  Juan Manuel Guerrero  <juan.guerrero@gmx.de>

