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
make: *** No targets specified and no makefile found. Stop.解决方法
阅读 76
2023-03-21
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
相关推荐
精彩评论(0)