您的位置:首页 > 其它

make menuconfig显示出错解决方法

2017-08-10 11:26 453 查看
问题描述:

root@ubuntu:/usr/src/linux-headers-3.13.0-117# 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.

 ***

make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1

make: *** [menuconfig] 错误 2

解决办法:

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