我已经在使用eclipse for JAVA,并且我想安装eclipse-CDT来进行C/C++程序开发。要安装eclipse-CDT,我输入
sudo apt-get install eclipse-cdt
在终端中,并且安装正确。但是当我再次启动eclipse并转到file->new时,我没有看到任何用于创建C/C++项目的规定。热心的帮助
发布于 2014-01-18 16:55:23
您可以按照如下方式安装CDT:
- Go to Help → Install New Software
- Select Copy `p2 software repository` path for your eclipse release from the above link
- Paste this link in **Work with** text box and then select all the features install CDT.
发布于 2021-01-22 16:43:41
也许你应该使用eclipse gui安装程序。我从来没有遇到过cdt的问题。你可以从eclipse官方网站下载。
https://stackoverflow.com/questions/21201696
复制相似问题