
Before proceeding, check that it actually works.

Go to "Help->Software Updates->Find and Install", tell Eclipse to look for new features. Since we want to use wxWidgets, we need C++ support.

There're quite a few different downloads, the one you want is labeled as Eclipse SDK. Here you can choose one of the following installation methods: For that matter, if you'd like an IDE which is made with wxWidgets itself and doesn't eat that much RAM, be sure to check out Code::Blocks IDE or Chinook IDE. As I have only 256 MB of RAM my system is hard to use as it access my HD each time I switch tasks. Note that even if the eclipse IDE is nice to use and has many features it is written in Java and therefore it eats your RAM! On my win2k/XP system it usually needs > 100 MB of RAM. The main Eclipse download comes with only the plugin for Java development, but I will explain here the steps required to configure Eclipse as a C++ development platform, and to setup a project for a wxWidgets application. Supported languages can be configured and installed using a plugin framework. Using Eclipse with pre-built wxWidgets librariesĮclipse is an open, extensible IDE not targeted for any specific language or environment.

3 Building wxWidgets libraries with Eclipse.

