ubuntu 13.04上的Eclipse C ++插件

时间:2013-08-30 13:45:38

标签: c++ eclipse ubuntu

我刚在笔记本电脑上安装了ubuntu 13.04 Os,然后我下载了eclipse Kepler for Java,之后我想为eclipse安装c ++插件。所以我在终端输入了命令" sudo apt-get install eclipse-cdt" ,这需要一段时间才能完成这个过程。 但问题是每当我再次打开eclipse时,我都没有在eclipse中找到c / c ++视角。似乎我还没有安装CDT,请帮忙吗?

1 个答案:

答案 0 :(得分:1)

  1. 卸载所有内容
  2. 下载Eclipse CDT x86Eclipse CDT x64
  3. 提取到/ usr / lib / eclipse
  4. 将/ usr / bin / eclipse链接到/ usr / lib / eclipse / eclipse
  5. 您现在应该能够选择C ++透视图并创建C ++项目
  6. 可替换地:

    1. 卸载所有内容
    2. 下载Eclipse Standard x86Eclipse Standard x64
    3. 提取到/ usr / lib / eclipse
    4. 将/ usr / bin / eclipse链接到/ usr / lib / eclipse / eclipse
    5. 打开Eclipse
    6. 帮助>安装新软件
    7. 添加CDT存储库:http://download.eclipse.org/tools/cdt/releases/kepler
    8. 选择CDT并安装