编译内核时make menuconfig提示Unable to find the ncurses libraries or the required header files.
解决方案是Fedora下使用yum install -y ncurses-devel;Ubuntu 下使用sudo apt-get install ncurses-dev。
ncurses-devel安装完毕后,make menuconfig 问题解决。
编译内核时make menuconfig提示Unable to find the ncurses libraries or the required header files.
解决方案是Fedora下使用yum install -y ncurses-devel;Ubuntu 下使用sudo apt-get install ncurses-dev。
ncurses-devel安装完毕后,make menuconfig 问题解决。