首页 > 技术文章 > make menuconfig 依赖的包

venusSolar 2014-04-22 17:05 原文

运行 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.

 *** 

 

解决办法:

sudo apt-get install libncurse5-dev

推荐阅读