You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /usr/local/src && wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz && tar zxvf pcre-8.44.tar.gz &&cd pcre-8.44 && ./configure --prefix=/usr/local/pcre && make && make install
11
-
cd /usr/local/src && wget http://zlib.net/zlib-1.2.11.tar.gz && tar zxvf zlib-1.2.11.tar.gz &&cd zlib-1.2.11 && ./configure --prefix=/usr/local/zlib && make && make install
12
-
cd /usr/local/src && wget https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2 && tar xvf jemalloc-5.2.1.tar.bz2 &&cd jemalloc-5.2.1 && ./configure --prefix=/usr/local/jemalloc && make && make install
13
-
cd /usr/local/src && wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz && tar zxvf openssl-1.1.1d.tar.gz &&cd openssl-1.1.1d && ./config --prefix=/usr/local/openssl && make && make install
10
+
cd /usr/local/src && wget https://gclm.coding.net/p/yum/d/yum/git/raw/master/pcre-8.44.tar.gz && tar zxvf pcre-8.44.tar.gz &&cd pcre-8.44 && ./configure --prefix=/usr/local/pcre && make && make install
11
+
cd /usr/local/src && wget https://gclm.coding.net/p/yum/d/yum/git/raw/master/zlib-1.2.11.tar.gz && tar zxvf zlib-1.2.11.tar.gz &&cd zlib-1.2.11 && ./configure --prefix=/usr/local/zlib && make && make install
12
+
cd /usr/local/src && wget https://gclm.coding.net/p/yum/d/yum/git/raw/master/jemalloc-5.2.1.tar.bz2 && tar xvf jemalloc-5.2.1.tar.bz2 &&cd jemalloc-5.2.1 && ./configure --prefix=/usr/local/jemalloc && make && make install
13
+
cd /usr/local/src && wget https://gclm.coding.net/p/yum/d/yum/git/raw/master/openssl-1.1.1d.tar.gz && tar zxvf openssl-1.1.1d.tar.gz &&cd openssl-1.1.1d && ./config --prefix=/usr/local/openssl && make && make install
14
14
cd /usr/local/src && git clone https://gitee.com/gclm/ngx_brotli.git
0 commit comments