0

我刚刚在我的笔记本电脑上安装了 ubuntu 13.04 操作系统,然后我下载了 eclipse Kepler for Java,之后我想为 eclipse 安装 c++ 插件。所以我在终端中输入了命令“sudo apt-get install eclipse-cdt”,完成这个过程需要一段时间。但问题是每当我再次打开 eclipse 时,我都没有在 eclipse 中找到 c/c++ 透视图。好像我还没有安装CDT,有什么帮助吗??

4

1 回答 1

1
  1. 卸载一切
  2. 下载Eclipse CDT x86Eclipse CDT x64
  3. 解压到 /usr/lib/eclipse
  4. 将 /usr/bin/eclipse 链接到 /usr/lib/eclipse/eclipse
  5. 您现在应该能够选择 C++ 透视图并创建 C++ 项目

或者:

  1. 卸载一切
  2. 下载Eclipse Standard x86Eclipse Standard x64
  3. 解压到 /usr/lib/eclipse
  4. 将 /usr/bin/eclipse 链接到 /usr/lib/eclipse/eclipse
  5. 打开日食
  6. 帮助 > 安装新软件
  7. 添加 CDT 存储库:http: //download.eclipse.org/tools/cdt/releases/kepler
  8. 选择CDT并安装
于 2013-08-30T13:57:41.483 回答