Recently, I've had to build a variety of different versions of nginx with different combinations of core modules and third-party modules, so I wrote https://github.com/jaygooby/build-nginx to make it as easy as possible; e.g.
./build-nginx \ -n https://github.com/nginx/nginx.git@release-1.12.2 \ -d https://github.com/openssl/openssl.git@OpenSSL_1_0_2l \ -o --with-http_v2_module will clone nginx at 1.12.2, and will also clone and automatically configure openssl 1.0.2l as a dependency, and enable the http_v2 module. The README has more detail on the options available: https://github.com/ jaygooby/build-nginx/blob/master/README.md PRs and issues welcome :) -- Jay Caines-Gooby http://jay.gooby.org j...@gooby.org +44 (0)7956 182625 <07956%20182625> twitter, skype & aim: jaygooby gtalk: jaygo...@gmail.com
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx