ubuntu12.04LTS 安装eclipse和cdt
1.通過終端下載(Ctrl+Alt+T)下載eclipse
(1) sudo? apt-get update?????????? ? ? ? ? ?? 注:更新軟件源
? (2)??? sudo? apt-get install eclipse ? ? ? ?? 注:ubuntu12.04下載的eclipse通常是indigo版本
(3) sudo apt-get install? build-essential???? 注:下載gcc編譯器
2.安裝CDT
(1) 打開我們下載好的eclipse?????????????? 注:路徑:/usr/lib/eclipse
(2) Help->Install New SoftWare...
?????????? Work With ->Add->http://download.eclipse.org/releases/indigo->OK
?????????? Collaboration->Mylyn Context Connector: C/C++ Development
?????????? 保存->重新打開eclipse
(3)Help->Install New SoftWare...
?????????? Work With ->Add->http://download.eclipse.org/releases/indigo->OK
?????????? Programming Languages>C/C++ Development Tools
?????????? 保存->重新打開eclipse
???????????
總結
以上是生活随笔為你收集整理的ubuntu12.04LTS 安装eclipse和cdt的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: main函数中argc的区别argv
- 下一篇: ubuntu12.04LTS下eclip