本文主要是介绍ncurses library安装,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
ncurses 库的安装
问题:
编译Linux内核时会提示:
Unable to find the ncurses libraries or the required header files.
'make menuconfig' requires the ncurses libraries.
Install ncurses (ncurses-devel) and try again.
ncurses是字符终端下屏幕控制的基本库,能提供功能键定义(快捷键)、屏幕绘制以及基于文本终端的图形互动功能的动态库。
解决方法
方法一:
这篇关于ncurses library安装的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!