Installing MinGW
Home
Installing MinGW
Installing MSYS
Installing the CDT
Verifying Installation
Installing the CDT
Installing MSYS
Download and run
MSYS-1.0.10.exe
. Click Yes.
Click
Next
.
Click
Yes
.
Click
Next
.
Click
Next
.
Click
Next
.
Click
Next
.
Click
Install
.
When prompted by the setup script, answer:
y
y
c:/MinGW
and hit <enter>
Click
Finish
.
Right click on
My Computer
and click
Properties
. Click the Advanced tab and click
Environment Variables
.
Select
Path
under "System Variables" and click
Edit
.
Add
;C:\msys\1.0\bin;C:\mingw\bin
to the end of the list and click
Ok
three times to close all the open dialogs.
Installing GDB
Download
gdb-6.6.tar.bz2
to the folder where MinGW is installed,
C:\MinGW
. Open a MSYS terminal by double-clicking your MSYS desktop icon. Type the following commands at the terminal: (do not type the dollar signs)
$ cd /mingw
$ tar -xjf gdb-6.6.tar.bz2
GDB is now installed.
Installing MinGW
Home
Installing MinGW
Installing MSYS
Installing the CDT
Verifying Installation
Installing the CDT