您的位置:首页 > 运维架构 > Linux

Linux移植_make menuconfig提示ncurses未安装

2012-11-18 20:33 381 查看
在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] Error 1 make: *** [menuconfig] Error 2

解决方案:

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