问题描述:
输入命令:make menuconfig,出现问题:unable to find the ncurses libraries or...
解决方法:
- 输入命令 sudo apt-get insatll libncurses5-dev.
问题诱因:
缺乏库文件libncurses5。
注:笔者的系统是ubuntu 10.10,安装方式为wubi,库文件的名字可能不尽是libncurses5-dev,在安装的时候可以输入
- sudo apt-get install libncurses-dev.