1、wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
2.、tar zxvf ncurses-5.6.tar.gz
3、 ./configure -prefix=/usr/local -with-shared-without-debug
4、make
5、make install
执行完之后重新执行/configure 和make 和make install
本文介绍如何从源码安装ncurses库。步骤包括下载源码包、解压、配置、编译及安装。对于想要深入了解ncurses库安装过程的读者非常有帮助。
1、wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
2.、tar zxvf ncurses-5.6.tar.gz
3、 ./configure -prefix=/usr/local -with-shared-without-debug
4、make
5、make install
执行完之后重新执行/configure 和make 和make install
6333
1万+

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