https://github.com/openresty/openresty/tags里边有openresty
各个版本的源码。
cat /etc/redhat-release
可以看到操作系统的版本是CentOS Linux release 7.6.1810 (Core)
,uname -r
可以看到内核版本是3.10.0-957.el7.x86_64
,gmake --version
可以看到版本是GNU Make 3.82
。
wget https://github.com/openresty/openresty/archive/refs/tags/v1.15.8.1.tar.gz
(github网址)或者wget https://openresty.org/download/openresty-1.15.8.1.tar.gz
(官网)下载源码包。