Skip to content
Asheesh Laroia edited this page Dec 13, 2012 · 2 revisions

To get a compiler on Windows

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.

Test your compiler

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.

« Back to laptop setup

Clone this wiki locally