博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Install CodeBlocks in CentOS 7
阅读量:7239 次
发布时间:2019-06-29

本文共 910 字,大约阅读时间需要 3 分钟。

- For now, CodeBlocks doesn't privide binary packages for CentOS7.(http://www.codeblocks.org/downloads/26#linux64)

 

- In this thread(http://forums.codeblocks.org/index.php/topic,19588.0.html),

Jens told me that he provided the CodeBlocks binary package for CentOS7 now.

Here is his web page:

http://rpm.jenslody.de/

 

- Install jenslody's repo.

You can find his repo on that page, for now it is: http://rpm.jenslody.de/centos-jenslody.de-0.1-2.noarch.rpm.

Download and install it. Open software center and search "codeblocks", several pacakge form jenslody.de are listed.

 

- Because CB depends on wxGTK, I have to install wxGTK either.

- Download and install the latest epel-release rpm from

http://dl.fedoraproject.org/pub/epel/7/x86_64/

- Install wxGTK rpm package:

# yum install wxGTK

 

- Search "codeblocks" in software center, and install the listed packages.

 

转载于:https://www.cnblogs.com/yaoyansi/p/3946600.html

你可能感兴趣的文章
【补充习题七】积分不等式及定积分性质
查看>>
任意进制转换简单理解
查看>>
Unity Game窗口中还原Scene窗口摄像机操作 强化版
查看>>
javascript实现九九乘法表
查看>>
Eclipse的WorkingSet使用(转载)
查看>>
缓存系列之五:通过codis3.2实现redis3.2.8集群的管理
查看>>
数据库(二)
查看>>
数组各元素随机赋值、求和、求平均值、求最大值的各类测试(一维数组)
查看>>
Linux学习之分区自动挂载与fstab文件修复(九)
查看>>
用Javascript获取页面元素的位置(转)
查看>>
matlab实现MCMC的马尔可夫切换ARMA - GARCH模型估计
查看>>
面向对象程序设计 总结作业
查看>>
django总结-从socket到实战的概略
查看>>
【转载】复制文件到已存在的Jar
查看>>
Sublime Text3常用插件以及安装方法(实用)
查看>>
javaWeb服务详解(含源代码,测试通过,注释) ——applicationContext-Service.xml
查看>>
基本数据类型(int,bool,str)
查看>>
从内而外
查看>>
Unity 一个简单的鼠标跟随
查看>>
vim下go开发配置
查看>>