Background
The code::blocks is a lightweight, C + + IDE, and the only open source C + + IDE on Windows.
Requirements: We try to fully compile Code::Blocks
Required libraries and programs
MinGW compiler, installation Codeblocks-16.01mingw-setup.exe will bring a mingw under the path it is best to add the file to the environment variable ~
- SVN I'm here to use the Little turtle TortoiseSVN
进入E盘 新建code文件夹,右键单击文件选择SVN checkout
Enter the URL to Svn://svn.code.sf.net/p/codeblocks/code/trunk
- WxWidgets Graphical User Interface Toolkit This toolkit needs to be compiled with the MinGW compiler, but here I am lazy, directly using the compiled version of the relase on the official website.
Start compiling
Open SVN Download the code blocks source path under the SRC folder compilation can be
Reference: Http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#MinGW_Compiler
8439273
Compiling code::blocks in the Windows environment