码迷,mamicode.com
首页 > 编程语言 > 详细

Eclipse C++ 开发配置

时间:2014-11-07 12:34:16      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   ar   os   sp   文件   div   

  • Eclipse C++ 编译环境配置
    • 头文件(include) & 库路径(lib) 配置
    • project(/ 工程右键点击)  -> properties -> C/C++ General -> Paths and symbos -> GUN C/C++

       

    • 依赖库(libs) 配置
    • Project(/ 工程右键点击) -> Properties -> C/C++ Build -> Settings -> GCC C++ Compiler / GCC C Compiler / MinGW C++ Linker Compiler -> Libraries

       

 

  • Eclipse C++ 编译配置
    • 配置步骤
    • ->Project(/ 工程右键点击) 
      -> Properties 
      -> C/C++ Build 右侧选项卡配置
      --> 编译设置 (Builder Settings)
      ---> 编译 (Builder)
      ----> 命令行编译设置
      -----> 设置命令行
      ---> Makefile 生成
      ----> 通用 Makefile (Makefile generation)
      ---> 本地编译 (Build location)
      ----> 设置 Makefile 路径

       

    • Makefile 编译

Eclipse C++ 开发配置

标签:style   blog   io   color   ar   os   sp   文件   div   

原文地址:http://www.cnblogs.com/naray/p/4080776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!