<div dir="ltr"><div class="gmail_quote"><div dir="ltr">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 <a href="https://github.com/jaygooby/build-nginx" target="_blank">https://github.com/<wbr>jaygooby/build-nginx</a> to make it as easy as possible; e.g. <div><br></div><div><div>./build-nginx \</div><div>-n <a href="https://github.com/nginx/nginx.git@release-1.12.2" target="_blank">https://github.com/nginx/<wbr>nginx.git@release-1.12.2</a> \</div><div>-d <a href="https://github.com/openssl/openssl.git@OpenSSL_1_0_2l" target="_blank">https://github.com/openssl/<wbr>openssl.git@OpenSSL_1_0_2l</a> \</div><div>-o --with-http_v2_module</div></div><div><br></div><div>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.</div><div><br></div><div>The README has more detail on the options available: <a href="https://github.com/jaygooby/build-nginx/blob/master/README.md" target="_blank">https://github.com/<wbr>jaygooby/build-nginx/blob/<wbr>master/README.md</a></div><div><br></div><div>PRs and issues welcome :)</div><span class="HOEnZb"><font color="#888888"><div><div><br></div>-- <br><div class="m_-5502793724711182343gmail_signature">Jay Caines-Gooby<br><a href="http://jay.gooby.org" target="_blank">http://jay.gooby.org</a><br><a href="mailto:jay@gooby.org" target="_blank">jay@gooby.org</a><br><a href="tel:07956%20182625" value="+447956182625" target="_blank">+44 (0)7956 182625</a><br>twitter, skype & aim: jaygooby<br>gtalk: <a href="mailto:jaygooby@gmail.com" target="_blank">jaygooby@gmail.com</a><br></div>
</div></font></span></div></div></div>