?潭水无风?

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

系统环境:Ubuntu16.04和CentOS6 x64系统

Ubuntu16.04 x64桌面系统和CentOS6 x64系统服务器,想通过服务器完成内核编译部分工作,执行"make menuconfig"指令时,提示"Unable to find the ncurses libraries or the required header files."

Ubuntu执行以下命令即可安装库:

apt-get install libncurses5-dev 

CentOS执行以下命令即可安装库:

# yum install ncurses-devel
posted on 2019-02-11 15:03  万物拾光  阅读(498)  评论(0)    收藏  举报