If you wish, read the download.html file in your favorite browser. It
contains installation information. You may also enjoy reading the
mingwfaq.html page. There is a README.txt file that contains instructions for
installing MinGW on your Windows machine. Here's what you do on your own PC: (a) make a folder c:\MinGW
From MyComputer or Windows Explorer, choose C: drive, then
create new folder.
(b) run MinGW_2_0_0_3.exe It will start an install script.
Double-click on the icon for MINGW_2_0_0_3.EXE
(c) add c:\MinGW\bin to PATH
Bring up the file autoexec.bat in an editor (for example, Notepad)
Add the following line to the file near the bottom
set PATH=%PATH%;C:\mingw\bin
(d) change the name of c:\MinGW\bin\mingw32-make.exe to
c:\MinGW\bin\make.exe
(e) Restart your machine.