curl-users
Re: Compile cURL Adding HTTP2
Date: Sat, 5 Nov 2016 14:28:42 -0400
On 11/5/2016 9:34 AM, David Colter via curl-users wrote:
> I intend to use 7.50.
>
> So, the question is, what is the configure command to keep the same
> configuration except for adding HTTP2 and using the newer OpenSSL?
>
> Thank you for reviewing.
Download the latest nghttp2 [1] and build and install, should be as
simple as ./configure && make && make check && sudo make install. If
there's multiple SSL versions installed you might have to ./configure
--disable-examples.
Download the latest curl [2] and build and install, should be as simple
as ./configure && make && make test && sudo make install. If there's
multiple SSL versions installed you might have to ./configure
--with-nghttp2=/usr/local --with-ssl=/usr/local/ssl
[1]: https://github.com/nghttp2/nghttp2/releases
[2]: https://curl.haxx.se/download.html
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-11-05