You are on page 1of 6

1.

Right Click on Computer (or My Computer)

2. Click on properties (last option)


3. Click on Advanced system settings (on Left hand pane)
4. Click on Environment Variables button
5. Double click on Path
6. Go to the end of Variable value:

Do not delete anything!


Add: ;D:\C\MinGW\bin (change with Drive and folder where u have
copied MinGW)
Dont forget ;
Test if ENV is correct

1. Open a new command prompt

2. Type gcc and press enter key.

3. If u get output like following window, ur env is set correctly.

CONGRATULATIONS!

You might also like