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

问题: 

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

原文地址:https://www.cnblogs.com/jiuyueguang/p/3151399.html