在make menuconfig时,提示以下错误:
jason@ubuntu:~/build/build/lichee/linux-3.4$ make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
解决方案:
安装以下依赖:
sudo apt-get install libncurses*