fedora26在编译s3c2440内核时make menuconfig *** Unable to find the ncurses libraries

[root@fedora-26 linux-2.6.32.2]# 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]: ***

 

fedora 安装 ncurses 库

[root@fedora-26 linux-2.6.32.2]# yum provides "/*/ncurses"

 

[root@fedora-26 linux-2.6.32.2]# yum install -y ncurses-devel-6.0-8.20170212.fc26.x86_64

 

然后执行

[root@fedora-26 linux-2.6.32.2]# make menuconfig

posted @ 2018-02-10 07:23  zhaocundang  阅读(252)  评论(0编辑  收藏  举报