本文档依照GPL发布,转载请注明出处:codeblocks.org/ide.cbforge.com 翻译,Bryan@CBForge.
1. 通过下面的链接下载CB官方安装包,如果你还没有安装MinGW,可以选择下载绑定MinGW的CB软件包;
2. 按照每步的说明运行安装;
3. 如果你想安装其他编译器,可参考安装文件中信息,我们也会稍后提供相关的详细说明【cbforge.com注】;
4. 如果没有安装绑定MinGW的版本,你需要手工配置编译器
以下是原文:
Install steps
- Download the Code::Blocks 8.02 installer. If you know you don’t have MinGW installed, download the package which has MinGW bundled.
- Run the installer, it’s a standard installer for Windows; just press Next after reading each screen.
- If you’re planning installing a compiler after you’ve installed Code::Blocks, read the information provided in the installer.
- If you downloaded the installer which doesn’t come with MinGW, you may have to configure the compiler manually (usually Code::Blocks’ auto detects the compiler).
Retrieved from "http://wiki.codeblocks.org/index.php?title=Installing_the_latest_official_version_of_Code::Blocks_on_Windows"

当第一次运行CodeBlocks IDE,它会自动扫描系统寻找支持的编译器。当扫描结束时,CodeBlocks会配置检测到的编译器,甚至为那些没有发现的编译器也会包括缺省的配置。这篇文章主要是指导你如何手动获取、安装和配置CodeBlocks可以使用的编译器。以下大体上按照操作系统不同分别讨论: