错误:

$ 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 ncurses-dev

相关文章:

  • 2021-11-26
  • 2021-10-07
  • 2021-09-20
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-09-22
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
相关资源
相似解决方案