首页 > 其他 > 详细

CodeBlocks提供了预编译的WxWidgets模块,并预置TDM

时间:2018-01-15 23:22:37      阅读:257      评论:0      收藏:0      [点我收藏+]

Miscellaneous

For Windows, we also provide the pre-compiled wxWidgets, version 2.8.12 used to compile the release. You can download and extract it either from SourceForge. When opening a Code::Blocks project file it will usually ask you to define the root of the global compiler variable named "wx" which you simply point to the extracted folder from that archive.

Note that wxWidgets comes compiled in a shared,monolithic,release,unicode flavour, compiled like that:

mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb

也就是 http://sourceforge.net/projects/codeblocks/files/Sources/17.12/wxMSW-2.8.12.7z

http://www.codeblocks.org/downloads/25

CodeBlocks提供了预编译的WxWidgets模块,并预置TDM

原文:https://www.cnblogs.com/findumars/p/8290158.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!