Install Eclipse CDT on Windows 7
Posted on Tue 19 April 2011 in Development • Tagged with C++, Eclipse, mingw, minsys, Windows
How to install Eclipse CDT on Windows 7.
First of all we need a c++ compiler for Windows. The most popular c++ compiler is mingw. You can download it on the sourceforge project page.
We need 2 packages from this page.
First step is …
Continue reading