From bc38bdda048df3e64b8f7f9aa011faa475fc4276 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 19 May 2025 09:22:05 -0400 Subject: [PATCH] Add Clarifying Note for Ubuntu Installation Signed-off-by: Will Hawkins --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index af4d12d..3e728ff 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ is often installed by default. You can install this on Debian-based systems (inc ```bash sudo apt install libcurl-dev ``` + +Note: You _may_ need to install a libcurl development package built specifically for your host's secure socket layer library via, e.g., +```bash +sudo apt install libcurl4-openssl-dev +``` + On CentOS, RHEL, or Fedora, try ```bash sudo yum install libcurl-devel