执行make menuconfig出现“Unable to findthe ncurses libraries”的解决方法

来源:互联网 发布:京华科讯软件 编辑:程序博客网 时间:2024/06/05 06:20

更新Ubuntu的内核时,执行make menuconfig出现如下错误:

---------------------------------------------------------------------------------------

*** Unable to findthe ncurses libraries or the

*** required headerfiles.

*** ‘make menuconfig’ requires the ncurses libraries.

***

*** Install ncurses(ncurses-devel) and try again.

---------------------------------------------------------------------------------------


解决办法:

执行如下命令:

---------------------------------------------

sudo apt-get install ncurses-dev

---------------------------------------------

0 0
原创粉丝点击