问题:make: *** No targets specified and no makefile found. Stop.

问题:make: *** No targets specified and no makefile found. Stop.
解决方法:1.安装关联软件 apt install gcc build-essential
2.安装依赖zlib、openssl和pcre
zlib:sudo apt-get install zlib1g-dev
pcre:

wget https://ftp.pcre.org/pub/pcre/pcre-8.10.tar.gz
tar -zxf pcre-8.10.tar.gz
sudo ./configure
sudo make && make install # 等待 pcre 安装完

版权声明:本文为xcyja原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。