首页 > 代码库 > Eclipse C++ 开发配置
Eclipse C++ 开发配置
- 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++ 开发配置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。