I had a hard time installing CDT and EGit on Eclipse 3.6 Classic on Fedora 12, and I finally figured out how to do it. Here’s what finally worked:
- Download Eclipse classic 3.6.0 from http://www.eclipse.org/downloads
- setenv HTTP_PROXY http://your.proxy:80
- setenv http_proxy http://your.proxy:80
- Start eclipse.
- In Eclipse, go to Help | Install New Software…
- Click “Add…”.
- Add in the EGit update site; the update site URL is not http://www.eclipse.org/egit/download but you can get the update site URL there.
- Install EGit, and restart eclipse. Installing EGit will automatically add the CDT to the “Available Software Sites”.
- In Eclipse, again go to Help | Install New Software…
- Click on the “Available Software Sites” blue link.
- Scroll down the list until you see the CDT update site (http://download.eclipse.org/tools/cdt/releases/helios). Check that checkbox, and click “OK”.
- On the “Work with:” combo box, do NOT type in the cdt site. Instead, use the combo box (the arrow) to choose the CDT update site.
- Install CDT, and restart eclipse.
No comments:
Post a Comment