在ubuntu下编译linux-2.6.29时,会出现
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
解决办法:
# sudo apt-get install libncurses5-dev
安装成功后即可make menuconfig
阅读(1801) | 评论(0) | 转发(0) |