在ubuntu中安装eclipse for c++

来源:互联网 发布:windows temp文件夹 编辑:程序博客网 时间:2024/06/07 16:17



    鉴于网上很多人在ubuntu或者linux中安装eclipse用于编写c/c++是安装eclipse for c++时,比较麻烦。在此介绍一个简易的安装方法

在命令行窗口输入:

1、 sudo apt-get install eclipse

2、sudo apt-get install eclipse-cdt

3、sudo apt-get install build-essential

4、输入eclispe,运行,关于怎么建立helloword,可以参考这篇博客的后面部分

http://blog.csdn.net/gaojava/article/details/8489082,调试可以参考http://blog.sina.com.cn/s/blog_65b9c1590101gjyr.html

1 0