在CentOS 7安装cmatrix
1.安装编译环境
yum -y install ncurses* gcc gcc-c++
2.下载解压cmatrix包
链接
https://pan.baidu.com/s/1MO2yCFhY15S2pnPVVC9a-Q
提取码:i208
解压cmatrix包
[root@localhost ~]# tar zxvf cmatrix-1.2a.tar.gz -C /usr/src/
3.配置、编译安装cmatrix
[root@localhost ~]# cd /usr/src/cmatrix-1.2a/
[root@localhost cmatrix-1.2a]# ./configure && make && make install
4.执行
[root@localhost ~]# cmatrix
5.运行效果
版权声明:本文为weixin_43238004原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。