您的位置:首页 > 产品设计 > UI/UE

Unable to find the ncurses libraries or the required header files.的解决办法

2013-09-05 09:55 501 查看
我们在更新CentOS或者Ubuntu的内核时,在执行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.

解决方法如下:
CentOS:
yum install -y ncurses-devel

Ubuntu:
sudo apt-get insatll ncurses-dev
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐