新安装的Ubuntu系统编译时使用make menuconfig命令出现错误:
Install ncurses(ncurses-devel) and try again
解决:
执行 sudo apt-get install libncurses5-dev 命令
新安装的Ubuntu系统编译时使用make menuconfig命令出现错误:
Install ncurses(ncurses-devel) and try again
解决:
执行 sudo apt-get install libncurses5-dev 命令