1.Use ubuntu software center install Eclipse IDE
2.Install GCC and G++ build in the termail input command :"sudo apt-get install build-essential"
3.Start eclipse
4.In to Help -> Install New Software -> Word With input : "Eclipse Galileo Repository - http://download.eclipse.org/releases/galileo"
5.Select Collaboration -> Mylyn Bridge : C/C++ Development -> Next
6.Install success "Mylyn Bridge : C/C++ Development",Restart Eclipse IDE
7.In to Help -> Install New Software -> Word With input : "Eclipse Galileo Repository - http://download.eclipse.org/releases/galileo"
8.Select Programming Languages -> Eclipse C/C++ Development Tools -> Next
9.Install Eclipse C/C++ Development Tools success, Restart Eclipse IDE
10.Create C/C++ project(defualt select "hello world program"), In the menu on right click select Build Project -> Select -> Debug
Config result.
本文详细介绍了如何在Ubuntu系统中使用软件中心安装Eclipse IDE,并通过终端命令安装GCC和G++,成功配置了C/C++开发环境。包括从安装软件中心开始,到安装Eclipse、Mylyn Bridge、C/C++开发工具,直至创建C/C++项目,最终实现Debug操作的全过程。

2603

被折叠的 条评论
为什么被折叠?



