1 download cygwin

2 download mingw

3 cd c:\mingw\bin

4 copy mingw32-make.exe make.exe
had to do this because later config files expects this file name

5 update environment variable PATH so that it includes c:\mingw\bin
do properties on "my computer", look for "environment variables"

6 edit C:\cygwin\etc\fstab and add this line
C:/Retrosheet/common/programs/chadwick-0.5.3 /chadwick fat32 binary 0 0
or wherever your chadwick files are

7 open command shell by typing cmd.exe under "run"
this opens up a dos shell

8 cd c:\cygwin

9 cygwin.bat
this opens up a shell

10 cd /chadwick

11 ./configure

12 make
