1、下载curses安装包

  http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
2、 tar -zxvf  nurses-5.6.tar.gz

3、./configure --prefix=/usr  --with-shared  --without-debug

4、make

5、make install clean

完成!

检验是否安装成功!

find  /usr/lib  -name  lib?curses.so*  2>/dev/null

看看是否有记录

或者

ls -l  /usr/lib/libncurses.so*

ls -l /usr/lib/libcurses.so*

相关文章:

  • 2021-09-09
  • 2021-12-30
  • 2022-01-19
  • 2021-05-22
  • 2021-10-21
  • 2021-08-21
  • 2021-08-28
  • 2021-05-09
猜你喜欢
  • 2021-12-07
  • 2021-12-11
  • 2021-05-10
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
相关资源
相似解决方案