How to specify location of MinGW

General questions regarding the usage of CodeLite
gopalvenu
CodeLite Enthusiast
Posts: 10
Joined: Wed Sep 07, 2011 8:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to specify location of MinGW

Post by gopalvenu »

I have CodeLite + MingGW-4.4.1 and WxWidgets 2.9.2.

I installed wxWidgets version 2.8.12 also and can switch between the two versions (2.8.12 and 2.9.2) using the following environment variable "WXWIN=C:\xxx\wxWidgets-2.9.2" or "WXWIN=C:\xxx\wxWidgets-2.8.12" - this works well.

I also installed MinGW 4.6.1 in a different directory. How do I switch between the two versions of MinGW (4.4.1 and 4.61) - didn't see an environment variable that specifies the path to MinGW.
gopalvenu
CodeLite Enthusiast
Posts: 10
Joined: Wed Sep 07, 2011 8:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to specify location of MinGW

Post by gopalvenu »

I was able to specify the location by modifying the PATH environment variable.
Post Reply