This is a blow by blow description of an actual installation that worked. It is naturally but one way to do an install, but it was born out of frustration with a lack of clarity or continuity in other documentation. Your mileage may vary, but it should at least help out some of the newbies struggling with a first time install.
GUI dialogs button presses are documented here, so hopefully no stone is left unturned. Also, this is a "full default" install, so nothing has been changed so nobody can whine at you for doing something stupid.
This procedure does not attempt to explain why things are done in the order they are done. That job is left for the "other" pages.
- Download and execute the Windows installer MinGW-5.0.0.exe?
Welcome to MinGW Version 5.0.0
- Next >
MinGW License Agreement
- I Agree
MinGW Choose Mirror
- ?? - Choose one close to you
- Download as needed and install
- Next >
- ?? - Choose one close to you
MinGW Choose Package
- Current
- Next >
MinGW Choose Components
- MinGW base tools
- g++ compiler
- Optionally pick more
- MinGW Make
- Next >
MinGW Choose Install Location
- c:\MinGW note -- don't choose an install location with a space in it?
- Next >
MinGW Choose Start Menu Folder
- MinGW
- Install
- MinGW Installing
MinGW Installation complete
- Finish
- Download and execute the MSYS-1.0.11-2004.04.30-1.exe? Windows installer.
Setup - Do you wish to continue?
- Yes
Welcome to the "Minimal SYStem" Setup Wizard
- Next >
License Agreement
- Yes
Information
- Next >
Select Destination Directory
- C:\msys\1.0
- Next >
Select Components
- Installation for i386 based CPUs
- Next >
Select Start Menu Folder
- MinGW
- Next >
Ready to Install
- Install
- Installing
Do you wish to continue with the post install? [yn ]
- y
Do you have MinGW installed? [yn ]
- y
Where is your MinGW installation?
- c:/mingw
HEY! HEY! That's a forward slash and ALL LOWERCASE!!! If you goofed it up, uninstall MSYS and start over!!! especially make sure /etc/fstab doesn't list anything with caps?.
- c:/mingw
Press any key to continue . . .
- <Return>
Setup has finished installing "Minimal SYStem" on your computer
- Finish
- Download and execute the msysDTK-1.0.1.exe? Windows installer.
Setup - Do you wish to continue?
- Yes
Welcome to the "MSYS Developer Tool Kit" Setup Wizard
- Next >
License Agreement
- Yes
Select Destination Directory
- C:\msys\1.0
- Next >
Select Components
- Installation for i386 based CPUs
- Next >
Ready to Install
- Install
- Installing
Information
- Next >
Setup has finished installing "MSYS Developer Tool Kit" on your computer.
- Finish
There, that was easy.
If you want your environment customized when you launch MSYS, create a .profile file in your ${HOME} directory.
If you want to use mingwPORTs, install wget first, and pay special attention to the notes on wget on the mingwPORT page.
Back to GettingStarted
Back to HomePage


