分类: LINUX
2012-01-29 10:18:53
在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
根据提示安装apt-get install ncurses ncurses devel时并不能安装。
查资料得:
apt-get install libncurses*