注意:本软件以及源代码仅供学习研究使用。所用协议皆属个人业余的黑匣分析结果。 Developer List: 小虾 (gdxxhg@gmail.com) 千月(改进myqq.c界面) Windows编译: 需要Mingw32(Devcpp的bin也可以)。 打开控制台,在当前目录下执行 make -C src clean all Linux编译: 在终端里执行 make -C src -flinux.mak clean all 由于最初没有周全考虑,目前版本暂时不兼容64位的机器,望见谅! U
MyQQ is a cross-platform library for communication which uses a TencentQQ-like protocol to communicate with friends on the Internet. It can work well now and maintained by Xiaoxia (gdxxhg@gmail.com). If you are interested in MyQQ and have improved i
Red Hat于2007年3月14日正式发布了RHEL5。RHEL 5是Red Hat的商业服务器操作系统版本的第四次重要版本发布。Red Hat酝酿发布RHEL 5已经超过了两年,主要变化包括Linux内核由2.6.9升级为2.6.18, 支持Xen虚拟化技术, 集群存储等。RHEL5的版本主要分为Desktop和Sever两个版本。 Desktop版本分为: · Red Hat Enterprise Linux Desktop - 对应以前的Red Hat Desktop · Red Ha
C++11升级包和安装方法
编译安装软件的时候,发现错误configure: error: *** A compiler with support for C++11 language features is required.
原来是gcc版本太低了,我的版本是gcc version 4.6.3
想要支持C++11,必须升级到gcc4.8以上。看看gcc的更新,决定升级到gcc4.9.4