----------------------------------------------------------------------
    dvi2bitmap-0.12-2 : Quick hack for Windows Platform (Mingw32)
                                         Author : Yoshihiro OKUMURA
----------------------------------------------------------------------

How To Compile dvi2bitmap.

- 1. Extract dvi2bitmap source.

   % tar zxvf dvi2bitmap-0.12-2

- 2. Apply this patch 'dvi2bitmap-0.12-2.mingw32.patch'.

   % cd dvi2bitmap
   % patch < ../dvi2bitmap-0.12-2.mingw32.patch

- 3. Run 'configure' script with your optional arguments on the MSYS 
     environment.

   % ./configure --prefix=/home/okumura/local \
         --with-png=/home/okumura/local --enable-gif

- 4. Edit config.h which generated by 'configure' script.

   a) FONT_GEN_TEMPLATE, FONT_SEARCH_SCRIPT

      Maybe, they will setted to illegal command path. 
         (e.g. /c/usr/local/bin/mktexpk ...)
      You must fix these staff to legal path.
         (e.g. mktexpk ...)

   b) FSPATH_SEP

      Maybe, it will setted to '/' as file path separator. 
      On Windows Platform, it should use '\\'.

   c) SRCHPATH_SEP

      Maybe, it will setted to ':' as file search path separator.
      On Windows Platform, it must use ';', because it will conflict 
      with drive letter.

- 5. Compile 'dvi2bitmap.exe' and 'dvireport.exe'.

   % make

----------------------------------------------------------------------
