原始碼安裝openresty

taotaoo發表於2019-04-12
sudo apt-get install libpcre3-dev libssl-dev perl make build-essential curl
wget https://openresty.org/download/openresty-1.13.6.2.tar.gz
tar zxvf openresty-1.13.6.2.tar.gz
cd openresty-1.13.6.2/
./configure --prefix=/home/chuqq/xxx/seaweedfs/openresty/openresty --with-luajit 
make
make install
複製程式碼

相關文章