我在ubuntu 10.04上安装了eclipse,我想运行C和C ++程序,为它安装CDT是什么命令,我已经安装了eclipse Galileo,我试过帮助 - >安装新软件并添加此链接http://download.eclipse.org/tools/cdt/releases/galileo但它没有显示存储库,请帮助...
答案 0 :(得分:5)
不要使用ubuntu中的eclipse - 它已过时了
直接从eclipse.org下载,选择the cdt一个
答案 1 :(得分:0)
要在Ubuntu中安装Eclipse CDT,只需在终端
中键入这些命令即可sudo apt-get install eclipse-cdt
假设你安装了一个带有互联网连接的Ubuntu。
答案 2 :(得分:0)
只需按下Alt + Cnt + T并键入sudo apt-get install eclipse-cdt,这只是在你已经在Ubuntu中安装了eclipse时。
答案 3 :(得分:0)