0
点赞
收藏
分享

微信扫一扫

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

_阿瑶 2023-03-21 阅读 74


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 条评论