make menuconfig 需要 ncurses 安装 解决办法

初次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

有网的情况下执行
yum install ncurses-devel

你可能感兴趣的:(linux内核编译)