Re: libcurl - MacOS 10.14 ...
Date: Tue, 12 Nov 2019 20:45:40 +0100 (CET)
On Tue, 12 Nov 2019, Bryan O'Brien via curl-library wrote:
> Courtesy of curl_version(), heres the version I’m using
>
> libcurl/7.54.0 LibreSSL/2.6.5 zlib/1.2.11 nghttp2/1.24.1
>
> If anyone is aware of a more recent version, or can point me towards some
> newbie build instructions, I’d appreciate it.
You build and install libcurl the same way on mac as on any *nix:
$ ./configure
$ make
$ make test (optional)
$ make install
For more details, see https://curl.haxx.se/docs/install.html
There are also package managers for mac as well, like homebrew, but it's not
clear to be if they offer libcurl installs (like with headers etc).
-- / daniel.haxx.se | Get the best commercial curl support there is - from me | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-11-12