随笔分类 - 跨平台
常用的开源的开发工具,安装与配置。
摘要:可以参考:http://tech.uplooking.com/qianrushi/2009/0512/55.html
阅读全文
摘要:1.CodeLite配置wxWidgets首先保证codelite + MinGW 能正常工作;2.Build wxWidgets参考:http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef#Build_wxWidgets启动MinGW Shellcd /D <wxWidgets>\build\mswExecute the build command. The recommended command to use forMinGW/GCCis:mingw32-make -f makefile.gcc BUILD=re
阅读全文
摘要:1.下载:http://www.wxwidgets.org/https://sourceforge.net/projects/wxwindows/files/2.9.3/wxWidgets-2.9.3.tar.bz2/download2.install:export WXWIN=~/wxWidgetscd ~/wxWidgetsmkdir mybuildcd mybuild../configure --with-gtk OR ../configure --with-motifmakesu <type root password>make installldconfigexit参考:
阅读全文
摘要:1.直接从yum源安装:sudo yum install codeblocks2.源码安装下载codeblocks 源程序包http://www.codeblocks.org/tar jxf codeblocks-*-src.tar.bz2cd codeblocks./configure –prefix=/usrmakesudo make install参考:http://tech.ddvip.com/2009-06/1243841253121804.htmlhttp://www.ej38.com/showinfo/c-linux-189216.htmlhttp://www.cnblogs.c
阅读全文
摘要:错误信息如下:[Linker error] undefined reference to `__cpu_features_init' ld returned 1 exit status出现这种情况:一般为库文件找不到。解决办法:在Dev c++中添加MinGW的库,然后让其设置为首先查找的,就是利用MinGW的lib。 在Dev-c++中,打开“工具->编译选项->目录->库”
阅读全文

浙公网安备 33010602011771号