====== Eclipse and C/C++ under Windows ====== - Install [[http://www.eclipse.org/downloads/|Eclipse IDE for C/C++ Developers]]. (These instructions written using the [[http://build.eclipse.org/technology/phoenix/torrents/cpp/eclipse-cpp-galileo-win32.zip.torrent|Galileo torrent]] version. It is also possible to build the CDT into the [[http://build.eclipse.org/technology/phoenix/torrents/java/eclipse-java-galileo-win32.zip.torrent|Eclipse for Java Developers]] distribution.) - Install the Eclipse [[http://download.eclipse.org/tools/cdt/releases/galileo|CDT]] plug-in. - Install [[http://sourceforge.net/projects/mingw/files/|MinGW]] (include "g++ compiler" and "MinGW Make"). (These instructions written using [[http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/MinGW%205.1.4/MinGW-5.1.4.exe/download|MinGW 5.1.4]].) - Add C:\MinGW\bin to Windows path. - Choose one of (so that Eclipse can use make)... - Configure Eclipse project to use mingw32-make instead of the (non-existent) built-in make. - Make copy of C:\MinGW\bin\mingw32-make.exe called make.exe.