Unable to find the ncurses libraries or the required header files解决

Posted lixuejian

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to find the ncurses libraries or the required header files解决相关的知识,希望对你有一定的参考价值。

错误:

$ 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

解决方法:

sudo apt-get install ncurses-dev

以上是关于Unable to find the ncurses libraries or the required header files解决的主要内容,如果未能解决你的问题,请参考以下文章