Hello,
I have a Question regarding the installation of MinGW with a new installation of codelite 14 (Windows 10 / 64).
When I install codelite there is a little window to install or search for MinGW. With "install" I downloaded MinGW from sourgeforce. And then? How to install Mingw so that Codelite can search and find a Mingw-Installation?.
Weeks ago I installed regulary MinGW witht mingw-get-setup.exe on C:/mytools/mingw but this Installation also wasn't found by the function "search". There is also no possibility to insert a path.
Thanks for helping
How to install MinGW (W10)
-
- CodeLite Enthusiast
- Posts: 31
- Joined: Tue Feb 26, 2019 12:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Enthusiast
- Posts: 31
- Joined: Tue Feb 26, 2019 12:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to install MinGW (W10)
Hi,
found an mingw Installation-exe (instead of zip) ...
https://sourceforge.net/projects/mingw- ... nstall.exe
… and installed this...
… but same result. Codelite "Scan" don't found a mingw -Installation.
found an mingw Installation-exe (instead of zip) ...
https://sourceforge.net/projects/mingw- ... nstall.exe
… and installed this...
… but same result. Codelite "Scan" don't found a mingw -Installation.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to install MinGW (W10)
If CodeLite does not auto detect your MinGW, you can tell it where to find it.
Open:
Settings -> Build Settings -> Click on the plus "+" button at the top left and, point CodeLite to the directory that contains gcc.exe/g++.exe and it should pick it from there
Open:
Settings -> Build Settings -> Click on the plus "+" button at the top left and, point CodeLite to the directory that contains gcc.exe/g++.exe and it should pick it from there
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 31
- Joined: Tue Feb 26, 2019 12:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to install MinGW (W10)
Hello,
thank you for the tip. It works.perfect!
thank you for the tip. It works.perfect!