• Ubuntu系统---C++之Eclipse编译器 CDT插件安装


                                                                                         Ubuntu系统---Eclipse编译器 CDT插件安装

      前面,在Ubuntu系统下已经安装好了eclipse。 打开eclipse,选择项目的时候,如果发现没有C++的项目,记得CDT的安装。

      Eclipse安装CDT有很多方法,如:sudo apt-get install eclipse eclipse-cdt。

      这里亲测,一种在eclipse编辑器中自动安装的方式。

    第一种:
          1、启动eclipse
          2、选择Help->Install New Software...,在Work with的框框下复制下面的地址,http://download.eclipse.org/releases/galileo
          3、选择Collaboration->Mylyn Bridge: C/C++ Development,安装,重启eclipse。
          4、重新进入Help->Install New Software,在Work with的框框下输入, http://download.eclipse.org/tools/cdt/releases/indigo,随后安装C++开发环境。
          经过以上步骤,CDT安装完毕。
      @http://blog.sina.com.cn/s/blog_51a71c010101acef.html

      附部分截图如下:

      接着往下一步步的安装,安装完后,重启。

    第二种:
    1、启动eclipse
    2、选择Help->Install New Software...,在 work with 中填写网址:http://download.eclipse.org/tools/cdt/releases/galileo 点击ADD,全选下面的两个选项,之后安装。

      附部分截图如下:

      接着往下一步步的安装,安装完后,重启。

  • 相关阅读:
    Transform XML using XSLT
    HyperV Remote Management Configuration utility
    UI testing via Reflection in .NET
    Auto Test: Test Case Structure
    UI Testing via windows API
    风讯CMS常见问题锦集
    深入了解ASP.NET运行内幕 .txt
    公布一个简单的日志记录方法 【转】要研究
    服务器asp.net权限设置问题及解决方法时间:
    C#如何去掉字符串中所有空格
  • 原文地址:https://www.cnblogs.com/carle-09/p/11271175.html
Copyright © 2020-2023  润新知