Ubuntu 12.04 make menuconfig 出现 Unable to find the ncurses libraries or the required header files.

来源:互联网 发布:计算机程序员前景 编辑:程序博客网 时间:2024/05/21 22:49

问题: 

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

解决:

1:sudo apt-get insatll ncurses-dev

2:重新make menuconfig