解决问题:make: *** No targets specified and no makefile found. Stop.
简介:本文讲解make: *** No targets specified and no makefile found. Stop.报错解决办法。
依次输入下面的命令就可以解决了:
-
wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
-
tar zxvf ncurses-5.6.tar.gz
-
cd ncurses-5.6
-
./configure -prefix=/usr/local -with-shared-without-debug
-
make
-
make install