中标麒麟(龙芯版)下安装Minicom

1、系统升级

apt-get update

2、安装编译环境

apt-get install build-essential

3、安装关联库

apt-get install autotools-dev

                gettext

                libncurses5-dev

4、将shell更改为dash

dpkg -vzxf minicom

5、下载minicom,进行安装

tar -vzxf minicom

./configure

make

make install

6、安装完成,可以调用了(如通信不成功,可关闭后再进入尝试)。

你可能感兴趣的:(中标麒麟(龙芯版)下安装Minicom)