level 2
# Installation
Currently It has been built under Windows 8 64 bit with Code::Blocks svn trunk and TDM-MinGW including GCC 4.7.1
1. You can build the plugin with or without building Code::Blocks and wxWidgets. But any way, you need to download source code for Code::Blocks and wxWidgets, at least for the headers.
2. You need to set following variables in Code::Blocks before compiling
- `wx` -- the source directory for wxWidgets
- `cb_path` -- the source directory for Code::Blocks
- `cb_dll_path` -- the binary directory for Code::Blocks including cb and wx libraries. This can be either the directory where you build source yourself or the directory you installed Code::Blocks from a pre-built binary.
3. Build target `All` or `release` for users and `debug` for developers.
If you have ideas or need help, feel free to contact me by <[email protected]>
PS:这是说明书中的安装部分
2015年11月29日 02点11分
