make: *** No targets specified and no makefile found. Stop.解决方法

原文链接:http://blog.csdn.net/l1028386804/article/details/48710993

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

猜你喜欢

转载自blog.csdn.net/gramdog/article/details/79558614