标签:c++ toc tar upd nss too span efi conf
1、安装编译环境
#yum update # yum -y install gcc gcc-c++ autoconf automake libtool make cmake # yum -y install zlib zlib-devel openssl openssl-devel pcre-devel
yum -y install wget
cd /usr/local/ mkdir software cd /usr/local/software //下载 wget wget http://nginx.org/download/nginx-1.13.0.tar.gz //解压 tar -zxvf nginx-1.13.0.tar.gz //编译 ./configure --prefix=/usr/local/nginx
make & make install
标签:c++ toc tar upd nss too span efi conf
原文地址:https://www.cnblogs.com/xmai/p/9593568.html