Linux移植_make menuconfig提示ncurses未安装

在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*

posted @ 2012-11-18 20:33  莫回头  阅读(319)  评论(0编辑  收藏  举报