codeblocks

Posted chest

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codeblocks相关的知识,希望对你有一定的参考价值。

下载地址
http://www.codeblocks.org/downloads/26
下载 codeblocks-17.12mingw-setup.exe (这个版本包含MinGW编译器套件)

设置编译器
Settings -> Compiler -> Toolchain executables -> Auto-detect。


(对当前project有效)
include path: project -> bulid options -> Search directories -> Compiler -> Add
libray path: project -> bulid options -> Linker setting -> Add

(对所有project有效)
Settings -> compiler -> Search directories -> compiler
Settings -> compiler -> Search directories -> Linker setting

以上是关于codeblocks的主要内容,如果未能解决你的问题,请参考以下文章