Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision |
eclipse_and_c_c_under_windows [2009/09/06 09:06] – created jtkorb | eclipse_and_c_c_under_windows [2009/09/06 09:53] (current) – jtkorb |
---|
====== Eclipse and C/C++ under Windows ====== | ====== 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.) | - 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 [[http://sourceforge.net/projects/mingw/files/|MinGW]] (include C++ 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]].) | - 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. | - Add C:\MinGW\bin to Windows path. |
- Choose one of (so that Eclipse can use make)... | - Choose one of (so that Eclipse can use make)... |
- Configure Eclipse to use mingw32-make instead of the (non-existent) built-in 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. | - Make copy of C:\MinGW\bin\mingw32-make.exe called make.exe. |
| |