STEP1:解压eclipse到opt目录下
root@robot:~/project/software# tar -xvf eclipse-jee-kepler-SR1-linux-gtk.tar.gz
root@robot:~/project/software# cp -r eclipse /opt/
STEP2:创建桌面快捷方式
sudo gedit /usr/share/applications/eclipse.desktop
[Desktop Entry]
Type=Application
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Icon=/opt/eclipse/icon.xpm
Exec=/opt/eclipse/eclipse
Terminal=false
Categories=Development;IDE;Java;
STEP3:安装CDT
http://www.eclipse.org/cdt/
安装CDT插件,方法如下:
1、启动eclipse,
2、选择Help->Install New Software...,在Work with的框框下复制下面的地址:
http://download.eclipse.org/tools/cdt/releases/kepler/
附上所有版本 CDT Downloads
http://www.eclipse.org/cdt/downloads.php
All downloads are provided under the terms and conditions of theEclipse Foundation Software User Agreementunless otherwise specified.
The CDT can either be installed as part of the Eclipse C/C++ IDE packaged zip file or installedinto an existing Eclipse using the "Install New Software..." dialog and entering the p2repository URLs listed below.
CDT 8.2.1 for Eclipse Kepler
Eclipse package:Eclipse C/C++ IDE for Kepler SR1.
p2 software repository: http://download.eclipse.org/tools/cdt/releases/kepler.
The git repos have been tagged with the CDT_8_2_1 tag. You can download the source from the web interface.
Archived p2 repos:
CDT 8.1.2 for Eclipse Juno
Eclipse package:Eclipse C/C++ IDE for Juno SR2.
p2 software repository: http://download.eclipse.org/tools/cdt/releases/juno.
The git repos have been tagged with the CDT_8_1_2 tag. You can download the source from the web interface.
Archived p2 repos:
CDT 8.0.2 for Eclipse Indigo
Eclipse package:Eclipse C/C++ IDE Indigo SR2.
p2 software repository: http://download.eclipse.org/tools/cdt/releases/indigo.
The git repos have been tagged with the CDT_8_0_2 tag. You can download the source from the web interface.
Archived p2 repos:
CDT 7.0.2 for Eclipse Helios
Eclipse package:Eclipse C/C++ IDE Helios SR2.
p2 software repository: http://download.eclipse.org/tools/cdt/releases/helios.
Archived p2 repos:
CDT 6.0.2 for Eclipse Galileo
Eclipse package: Eclipse C/C++ IDE Galileo SR2.
p2 software repository: http://download.eclipse.org/tools/cdt/releases/galileo.
Archived p2 repos:
Development Builds
Development builds of the Eclipse C/C++ IDE can be found on theEclipse Downloads pageby clicking on the Development Builds tab.
Bleeding edge continuous builds are available from thecdt-master Hudson build page and the p2 software repository:https://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository
Milestones p2 software repository:http://download.eclipse.org/tools/cdt/builds/luna/milestones
Some older builds are available in the oldCDT Nightly Build page.
Additional Distributions
The CDT can be installed as part of many commercial products or from the following open sourcedistributions.
Linux
Most major Linux distributions include packages for Eclipse and the CDT.Check your package manager for availability.

本文档介绍了如何在Ubuntu 12.04上安装Eclipse IDE,并详细说明了如何添加和安装不同版本的CDT插件,包括Kepler、Juno、Indigo、Helios和Galileo版本。提供了CDT的p2软件仓库链接和源代码下载选项。
2560

被折叠的 条评论
为什么被折叠?



