首页 > 系统服务 > 详细

linux编译内核make menuconfig报错Unable to find the ncurses libraries解决办法

时间:2018-04-29 14:15:49      阅读:194      评论:0      收藏:0      [点我收藏+]

在 linux 编译内核时 make menuconfig 报了下面的错误。

*** Unable to find the ncurses libraries or the

*** required header files.

*** ‘make menuconfig‘ requires the ncurses libraries.

*** Install ncurses (ncurses-devel) and try again.

这是因为系统中缺少 ncurses-devel,安装一下就可以了

CentOS:

yum install -y ncurses-devel

Ubuntu:

sudo apt-get install ncurses

 

 

作者:耑新新,发布于  博客园

转载请注明出处,欢迎邮件交流:zhuanxinxin@foxmail.com

linux编译内核make menuconfig报错Unable to find the ncurses libraries解决办法

原文:https://www.cnblogs.com/Amedeo/p/8970632.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!