内核编译--make menuconfig 报错make menuconfig' requires the ncurses libraries解决方法

来源:互联网 发布:mac怎么格式化 编辑:程序博客网 时间:2024/05/18 13:10

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