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
标签:http,5.6,tar,no,ncurses,make,Stop,gz 来源: https://blog.51cto.com/binghe001/2929230