首页 > 代码库 > 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++ 开发配置