G3Spin
G3Spin

Reputation: 33

I am trying to install minGW but my environmental path is different and I can't edit?

I am using notepad++ to compile c++ and am trying to install MinGW, but I am having issues here are the screen shots.

This is what I get when I highlight and then click edit in the enviormental variables. enter image description here

This is what the tutorials show I am supposed to getenter image description here

Am I not seeing something? what can I do?

Upvotes: 0

Views: 525

Answers (1)

Dennis Vash
Dennis Vash

Reputation: 53944

The window depends on your windows version, just add it manually.

In the window "Variable value" as you posted, go to start and add MinGW bin path with ';' like this:

C:\dev\MinGW\bin;C:\Program Files (x86)\Intel...

now you should open your cmd and check it (version etc.).

Upvotes: 1

Related Questions