Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

How to build libcurl with nghttp2 for macos

brest-amzn edited this page Dec 11, 2019 · 5 revisions

NOTE

This Alexa Voice Service (AVS) Device SDK documentation has moved to the Amazon developer portal.

How to build libcurl with nghttp2 for macOS

To recompile cURL, follow these instructions:

  1. Install Homebrew, if you haven't done so already.
  2. Install cURL with HTTP2 support: brew install curl --with-nghttp2
  3. Force cURL to explicitly link to the updated binary: brew link curl --force
  4. Close and reopen terminal.
  5. Confirm version and source with this command: brew info curl
Clone this wiki locally