您的位置:首页 > 其它

执行make menuconfig出现“Unable to findthe ncurses libraries”的解决方法

2014-11-30 01:27 621 查看
更新Ubuntu的内核时,执行make
menuconfig出现如下错误:
---------------------------------------------------------------------------------------
*** Unable to findthe ncurses libraries or the
*** required headerfiles.
*** ‘make menuconfig’ requires the ncurses libraries.
***
*** Install ncurses(ncurses-devel) and try again.
---------------------------------------------------------------------------------------

解决办法:
执行如下命令:
---------------------------------------------

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