-
Notifications
You must be signed in to change notification settings - Fork 1
windows compiler
Asheesh Laroia edited this page Dec 13, 2012
·
2 revisions
Installing a C compiler on Windows is fairly straightforward.
Start by downloading this program, and running it:
When prompted, make sure the "GCC" checkbox is checked. Let it run to the end.Open up a command prompt, and type:
c:\mingw\bin\gcc --version
You should see a helpful version number message.
If you see "Command not found" instead, then get an instructor, and ask for help.