gmssl / sh.sh
Anyexyz's picture
Refactor code for improved performance and readability
54243ac
raw
history blame
555 Bytes
apt install wget unzip curl zlib1g-dev g++ make libpcre3-dev perl build-essential curl git -y
git clone https://mirror.ghproxy.com/https://github.com/Tongsuo-Project/Tongsuo.git
wget https://mirror.ghproxy.com/https://github.com/openresty/openresty/releases/download/v1.25.3.1/openresty-1.25.3.1.tar.gz
tar -xzvf openresty-1.25.3.1.tar.gz
cd openresty-1.25.3.1/
./configure --prefix=/usr/local/openresty --with-http_stub_status_module --with-stream --with-http_ssl_module --with-stream_ssl_module --with-openssl=/root/Tongsuo
make -j3
sudo make install