linux内核配置make menuconfig: 报错 Unable to find the ncurses libraries or the

1. linux内核 meke menuconfig 进行配置时出现如下错误 Unable to find the ncurses libraries or the

这个错误是因为这是缺少 ncurses 库导致的
linux内核配置make menuconfig: 报错 Unable to find the ncurses libraries or the_第1张图片

2. 问题解决,安装ncuress库

sudo apt-get install libncurses5-dev

你可能感兴趣的:(Linux,libncurses5,linux内核,make,menuconfig)