Installation Instructions                                      DIMG release 1.0
===============================================================================
  Compilation (Windows):
    Run:
      qmake
      make (or mingw32-make as the case may be)
      make install
    To compile all of the required binaries and copy them to C:\dimg

  Compilation (UNIX):
    Is much the same as on Windows:
      qmake
      make
      make install
    which will install to /opt/dimg

    To build DIMG on UNIX you need Qt-4.5 or higher and LibDsk 1.2 or higher.
===============================================================================