tengine-2.1.2.tar.gz
pcre-8.37.tar.gz
jemalloc-4.2.1.tar.bz2
tar -zxf tengine-2.1.2.tar.gz
tar -zxf pcre-8.37.tar.gz
tar jxf jemalloc-4.2.1.tar.bz2
cd tengine-2.1.2/
./configure --prefix=/usr/local/nginx --with-pcre=/usr/local/src/pcre-8.37 --with-http_stub_status_module --with-http_upstream_check_module --with-http_ssl_module --with-jemalloc=/usr/local/src/jemalloc-4.2.1
make
make install
参考资料:
http://tengine.taobao.org/documentation_cn.html
原文地址:http://foxhound.blog.51cto.com/1167932/1940970