Ubuntu--安装ncurses-devel

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

解决办法是安装ncurses-devel库,命令如下:

 sudo apt install libncurses5-dev

之后就可以成功执行make menuconfig命令。


版权声明:本文为Meteor_s原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。