发布时间:2016-01-26 17:44:54
见链接:0.安装yum优先级插件yum install yum-priorities1.epel简介: https://fedoraproject.org/wiki/EPEL/zh-cnrpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm以上URL请按实际情况修改.........【阅读全文】
发布时间:2016-01-26 17:19:06
在CentOS6.5上安装Codelocks的过程。1.安装gcc,需要c和c++两部分,默认安装下,CentOS不安装编译器的,在终端输入以下命令即可yum install gccyum install gcc-c++2.安装gtk2-devel,因为默认已经安装了正式产品需要的支持库,但是没有安装开发所需要的文档.yum install gtk2*3. 安装wxGTK,下载地址http://pkgs.repofo.........【阅读全文】