no terminal library found checking for tgetent()… configure: error: NOT FOUND! You need to install a terminal library; for example ncurses. Or specify the name of the library with –with-tlib.
ncurses是一个比较老的库
解决方法:
sudo apt-get install libncurses5-dev
本文介绍了一个常见的配置错误noterminallibraryfound及其解决方案。该错误提示需要安装终端库,例如ncurses,并提供了具体的安装命令。通过遵循本文指导,用户可以轻松解决这一问题。

5502

被折叠的 条评论
为什么被折叠?



