Video Walkthrough: Installing Eclipse for C++ Development on Your Computer


Installing Eclipse for C++ development on any operating system involves several steps:
  1. If necessary, install Java and the Eclipse IDE for Java developers.
  2. If necessary, install a C++ compiler, debugger, and the make utility on your system (see below).
  3. If necessary, modify your system's PATH variable so that it includes the folder containing your C++ compiler, debugger, and make.
  4. Install CDT, the C++ plugin for Eclipse.
  5. Test your installation.
If you already have Eclipse for Java developers installed on your computer, then you just need to complete steps 2, 3, 4, and 5, in that order.

In each of the videos below, we install three free and open source GNU tools:

Choose one of the links below, based on your computer's operating system:


CS > 112 > Resources > Installing Eclipse
This page maintained by Joel Adams.