<< How to compile DAWN in Microsoft Windows >>

 You can compile and install DAWN with Microsoft Visual C++ version 6.0.

 Once installed,  DAWN can be invoked either from DOS or 
 Cygnus windows ( http://sources.redhat.com/cygwin ). 
 How to compile and install DAWN is as follows.

 (0) Install Visual C++ 6.0, and set the PATH environmental variable to
     its "bin" directory, e.g. 
     "C:\Program Files\Microsoft Visual Studio\VC98\Bin".
     (For Windows XP/2000/NT, use control panel (system). 
      For Windows 98/Me, add a proper description for the PATH variable
      to "c:\autoexec.bat".)

 (1) Install Tcl/Tk for Windows /XP/2000/NT/98/Me.
     Check if the window shell name is "wish.exe".
     * You can obtain Tcl/Tk from the following site:  
  http://www.activestate.com/Products/Download/Download.plex?id=ActiveTcl      

 (2) Install your favorite PostScript viewer.
     We recommend to install Gsview, which also needs Ghostscript,  
     (You can obtain GSview and Ghostscript from the following site:  
      http://www.cs.wisc.edu/~ghost/index.html        )

 (3) Make the PATH variable include the path of the directory 
     where the Tcl/Tk window shell "wish.exe" is placed. 
     By default, the directory is "c:\tcl\bin".
     Similarly, set the path to the PostScript viewer.  
     In case of Gsview, set the path to the directory where 
     "gsview32.exe" is placed.

 (4) Open DOS Window

 (5) DOS> cd dawn_VERSION

 (6) DOC> config_vc.bat

 (7) Execute vcvars32.bat placed in the "bin" directory of Visual C++, e.g.,
     DOS> vcvars32.bat

 (8) DOS> nmake

 (9) DOS> dawn_install.bat
     (DAWN is installed into "C:\Program Files\DAWN". 
      You CANNOT change the place.)

 (10) Reboot PC

 You can obtain the executable binary package from 
 our ftp site.