Unable to find the ncurses libraries的解决办法
摘要:我们在更新linux(Ubuntu)的内核时,执行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.解决办法如下:Ubuntu:sudo apt-get install ncurses-dev如果没有ncurses-dev可以更新后再安装。s
阅读全文
posted @
2012-10-28 15:44
三木追风
阅读(455)
推荐(0)