摘要: 1. 为Sublime Text3添加SublimeClang插件 2. 在SublimeClang插件的配置文件中添加下面的配置 "-isystem", "E:\\software\\MinGW\\lib\\gcc\\mingw32\\4.8.1\\include", "-isystem", "E 阅读全文
posted @ 2016-03-30 14:44 小艾利 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 1.安装MSYS2 2.在MSYS2中安装wxWidgets 3.测试代码如下: 4. 动态编译 g++ Hello.cpp `wx-config --cxxflags --libs` -o hello 5. 静态编译 g++ -static Hello.cpp `wx-config --cxxfl 阅读全文
posted @ 2016-03-30 14:41 小艾利 阅读(546) 评论(0) 推荐(0) 编辑