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.
答案1
打开终端并执行以下命令:
sudo apt-get install libncurses5-dev
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.
打开终端并执行以下命令:
sudo apt-get install libncurses5-dev