Tool to help build nginx with different modules and dependencies

Jay Caines-Gooby jaygooby at gmail.com
Wed Oct 25 22:30:14 UTC 2017


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
jay at gooby.org
+44 (0)7956 182625 <07956%20182625>
twitter, skype & aim: jaygooby
gtalk: jaygooby at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20171025/5d035c5a/attachment.html>


More information about the nginx mailing list